#9187CC

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

Shades of Moody Blue #9187CC

Tints of Moody Blue #9187CC

Color information

#9187CC (or 0x9187CC) is unknown color: approx Moody Blue. HEX triplet: 91, 87 and CC. RGB value is (145,135,204). Sum of RGB (Red+Green+Blue) = 145+135+204=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #9187CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9187CC is #6E7833. Grayscale: #919191. Windows color (decimal): -7239732 or 13404049. OLE color: 13404049.

HSL color Cylindrical-coordinate representation of color #9187CC: hue angle of 248.7º 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 #9187CC is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145135204-
CMYK0.290.3400.2
HSL248.7º40.35%66.47%-
HSV(B)248.7º33.82%80%-
XYZ31.2427.7160.83-
YUV145.86160.81127.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.96%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 204 (80.08% from 255) = 42.15%
R=29.96%
G=27.89%
B=42.15%

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
Decimal1451352040.290.3400.2248.740.3566.47
Hex9187CC1D22014f92842
Octal221207314354202437150102
Binary10010001100001111100110011101100010010100111110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9187CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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