#9188CA

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

Shades of Moody Blue #9188CA

Tints of Moody Blue #9188CA

Color information

#9188CA (or 0x9188CA) is unknown color: approx Moody Blue. HEX triplet: 91, 88 and CA. RGB value is (145,136,202). Sum of RGB (Red+Green+Blue) = 145+136+202=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #9188CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188CA is #6E7735. Grayscale: #919191. Windows color (decimal): -7239478 or 13273233. OLE color: 13273233.

HSL color Cylindrical-coordinate representation of color #9188CA: hue angle of 248.18º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9188CA is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145136202-
CMYK0.280.3300.21
HSL248.18º38.37%66.27%-
HSV(B)248.18º32.67%79.22%-
XYZ31.1427.8959.62-
YUV146.21159.48127.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.02%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=30.02%
G=28.16%
B=41.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451362020.280.3300.21248.1838.3766.27
Hex9188CA1C21015f82642
Octal221210312344102537046102
Binary10010001100010001100101011100100001010101111110001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9188CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9188CA; }

 p { color: rgb(145,136,202); }

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

<style>
 a { background-color: #9188CA; }

 a { background-color: rgb(145,136,202); }

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

<style>
 span { border-color: #9188CA; }

 span { border-color: rgb(145,136,202); }

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