#9186C6

Color #9186C6 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #9186C6

Tints of Moody Blue #9186C6

Color information

#9186C6 (or 0x9186C6) is unknown color: approx Moody Blue. HEX triplet: 91, 86 and C6. RGB value is (145,134,198). Sum of RGB (Red+Green+Blue) = 145+134+198=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #9186C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9186C6 is #6E7939. Grayscale: #909090. Windows color (decimal): -7239994 or 13010577. OLE color: 13010577.

HSL color Cylindrical-coordinate representation of color #9186C6: hue angle of 250.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9186C6 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145134198-
CMYK0.270.3200.22
HSL250.31º35.96%65.1%-
HSV(B)250.31º32.32%77.65%-
XYZ30.427.1557.06-
YUV144.58158.14128.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 30.40%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 198 (77.73% from 255) = 41.51%
R=30.40%
G=28.09%
B=41.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451341980.270.3200.22250.3135.9665.1
Hex9186C61B20016fa2441
Octal221206306334002637244101
Binary10010001100001101100011011011100000010110111110101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9186C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9186C6; }

 p { color: rgb(145,134,198); }

 H1.HeaderClassName
 {
   color: #9186C6;
 }
 .AnyTagClassName
 {
   color: #9186C6;
 }
</style>
background-color css

<style>
 a { background-color: #9186C6; }

 a { background-color: rgb(145,134,198); }

 div.DivClassName
 {
   background-color: #9186C6;
 }
 .BgClassName
 {
   background-color: #9186C6;
 }
</style>
border-color css

<style>
 span { border-color: #9186C6; }

 span { border-color: rgb(145,134,198); }

 td.TdClassName
 {
   border-color: #9186C6;
 }
 .TagClassName
 {
   border-color: #9186C6;
 }
</style>