#9187CB

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

Shades of Moody Blue #9187CB

Tints of Moody Blue #9187CB

Color information

#9187CB (or 0x9187CB) is unknown color: approx Moody Blue. HEX triplet: 91, 87 and CB. RGB value is (145,135,203). Sum of RGB (Red+Green+Blue) = 145+135+203=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #9187CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9187CB is #6E7834. Grayscale: #919191. Windows color (decimal): -7239733 or 13338513. OLE color: 13338513.

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

Color convert

RGB145135203-
CMYK0.290.3300.20
HSL248.82º39.53%66.27%-
HSV(B)248.82º33.5%79.61%-
XYZ31.1227.6660.2-
YUV145.74160.31127.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.02%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=30.02%
G=27.95%
B=42.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451352030.290.3300.20248.8239.5366.27
Hex9187CB1D21014f92842
Octal221207313354102437150102
Binary10010001100001111100101111101100001010100111110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9187CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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