#9186CC

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

Shades of Moody Blue #9186CC

Tints of Moody Blue #9186CC

Color information

#9186CC (or 0x9186CC) is unknown color: approx Moody Blue. HEX triplet: 91, 86 and CC. RGB value is (145,134,204). Sum of RGB (Red+Green+Blue) = 145+134+204=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #9186CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9186CC is #6E7933. Grayscale: #919191. Windows color (decimal): -7239988 or 13403793. OLE color: 13403793.

HSL color Cylindrical-coordinate representation of color #9186CC: hue angle of 249.43º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9186CC is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145134204-
CMYK0.290.3400.2
HSL249.43º40.7%66.27%-
HSV(B)249.43º34.31%80%-
XYZ31.127.4360.78-
YUV145.27161.14127.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.02%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=30.02%
G=27.74%
B=42.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451342040.290.3400.2249.4340.766.27
Hex9186CC1D22014f92942
Octal221206314354202437151102
Binary10010001100001101100110011101100010010100111110011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9186CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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