#9186CD

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

Shades of Moody Blue #9186CD

Tints of Moody Blue #9186CD

Color information

#9186CD (or 0x9186CD) is unknown color: approx Moody Blue. HEX triplet: 91, 86 and CD. RGB value is (145,134,205). Sum of RGB (Red+Green+Blue) = 145+134+205=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #9186CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9186CD is #6E7932. Grayscale: #919191. Windows color (decimal): -7239987 or 13469329. OLE color: 13469329.

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

Color convert

RGB145134205-
CMYK0.290.3500.20
HSL249.3º41.52%66.47%-
HSV(B)249.3º34.63%80.39%-
XYZ31.2227.4861.42-
YUV145.38161.64127.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.96%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=29.96%
G=27.69%
B=42.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451342050.290.3500.20249.341.5266.47
Hex9186CD1D23014f92a42
Octal221206315354302437152102
Binary10010001100001101100110111101100011010100111110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9186CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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