Shades of Moody Blue #9188CC
Tints of Moody Blue #9188CC
RGB
CMYK
RGB Variations
Color information
#9188CC (or 0x9188CC) is known color: Moody Blue. HEX triplet: 91, 88 and CC. RGB value is (145,136,204). Sum of RGB (Red+Green+Blue) = 145+136+204=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #9188CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188CC is #6E7733. Grayscale: #929292. Windows color (decimal): -7239476 or 13404305. OLE color: 13404305.
HSL color Cylindrical-coordinate representation of color #9188CC: hue angle of 247.94º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9188CC is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 136 | 204 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.2 |
| HSL | 247.94º | 0.4% | 0.67% | - |
| HSV(B) | 247.94º | 0.33% | 0.8% | - |
| XYZ | 31.38 | 27.99 | 60.87 | - |
| YUV | 146.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 204 | 0.29 | 0.33 | 0 | 0.2 | 247.94 | 0.4 | 0.67 |
| Hex | 91 | 88 | CC | 1D | 21 | 0 | 14 | F8 | 28 | 43 |
| Octal | 221 | 210 | 314 | 35 | 41 | 0 | 24 | 370 | 50 | 103 |
| Binary | 10010001 | 10001000 | 11001100 | 11101 | 100001 | 0 | 10100 | 11111000 | 101000 | 1000011 |
Color Harmonies of #9188CC
Complementary color
Monochromatic Colors of #9188CC
Black with #9188CC
Text Example
Text Example
White with #9188CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9188CC; }
p { color: rgb(145,136,204); }
H1.HeaderClassName
{
color: #9188CC;
}
.AnyTagClassName
{
color: #9188CC;
}
</style>
background-color css
<style>
a { background-color: #9188CC; }
a { background-color: rgb(145,136,204); }
div.DivClassName
{
background-color: #9188CC;
}
.BgClassName
{
background-color: #9188CC;
}
</style>
border-color css
<style>
span { border-color: #9188CC; }
span { border-color: rgb(145,136,204); }
td.TdClassName
{
border-color: #9188CC;
}
.TagClassName
{
border-color: #9188CC;
}
</style>