Shades of Moody Blue #9187CB
Tints of Moody Blue #9187CB
RGB
CMYK
RGB Variations
Color information
#9187CB (or 0x9187CB) is known color: 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
| RGB | 145 | 135 | 203 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.20 |
| HSL | 248.82º | 0.4% | 0.66% | - |
| HSV(B) | 248.82º | 0.33% | 0.8% | - |
| XYZ | 31.12 | 27.66 | 60.2 | - |
| YUV | 145.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 203 | 0.29 | 0.33 | 0 | 0.20 | 248.82 | 0.4 | 0.66 |
| Hex | 91 | 87 | CB | 1D | 21 | 0 | 14 | F9 | 28 | 42 |
| Octal | 221 | 207 | 313 | 35 | 41 | 0 | 24 | 371 | 50 | 102 |
| Binary | 10010001 | 10000111 | 11001011 | 11101 | 100001 | 0 | 10100 | 11111001 | 101000 | 1000010 |
Color Harmonies of #9187CB
Complementary color
Monochromatic Colors of #9187CB
Black with #9187CB
Text Example
Text Example
White with #9187CB
Text Example
Text Example
HTML Codes & Css Web 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>