#9185CB

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

Shades of Moody Blue #9185CB

Tints of Moody Blue #9185CB

Color information

#9185CB (or 0x9185CB) is unknown color: approx Moody Blue. HEX triplet: 91, 85 and CB. RGB value is (145,133,203). Sum of RGB (Red+Green+Blue) = 145+133+203=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #9185CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185CB is #6E7A34. Grayscale: #909090. Windows color (decimal): -7240245 or 13338001. OLE color: 13338001.

HSL color Cylindrical-coordinate representation of color #9185CB: hue angle of 250.29º degrees, saturation: 0.4, 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 #9185CB is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145133203-
CMYK0.290.3400.20
HSL250.29º40.23%65.88%-
HSV(B)250.29º34.48%79.61%-
XYZ30.8427.1160.11-
YUV144.57160.98128.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.15%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=30.15%
G=27.65%
B=42.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451332030.290.3400.20250.2940.2365.88
Hex9185CB1D22014fa2842
Octal221205313354202437250102
Binary10010001100001011100101111101100010010100111110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9185CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9185CB; }

 p { color: rgb(145,133,203); }

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

<style>
 a { background-color: #9185CB; }

 a { background-color: rgb(145,133,203); }

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

<style>
 span { border-color: #9185CB; }

 span { border-color: rgb(145,133,203); }

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