Shades of Moody Blue #9287CB
Tints of Moody Blue #9287CB
RGB
CMYK
RGB Variations
Color information
#9287CB (or 0x9287CB) is known color: Moody Blue. HEX triplet: 92, 87 and CB. RGB value is (146,135,203). Sum of RGB (Red+Green+Blue) = 146+135+203=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #9287CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287CB is #6D7834. Grayscale: #919191. Windows color (decimal): -7174197 or 13338514. OLE color: 13338514.
HSL color Cylindrical-coordinate representation of color #9287CB: hue angle of 249.71º 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 #9287CB is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 135 | 203 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.20 |
| HSL | 249.71º | 0.4% | 0.66% | - |
| HSV(B) | 249.71º | 0.33% | 0.8% | - |
| XYZ | 31.3 | 27.75 | 60.21 | - |
| YUV | 146.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 203 | 0.28 | 0.33 | 0 | 0.20 | 249.71 | 0.4 | 0.66 |
| Hex | 92 | 87 | CB | 1C | 21 | 0 | 14 | FA | 28 | 42 |
| Octal | 222 | 207 | 313 | 34 | 41 | 0 | 24 | 372 | 50 | 102 |
| Binary | 10010010 | 10000111 | 11001011 | 11100 | 100001 | 0 | 10100 | 11111010 | 101000 | 1000010 |
Color Harmonies of #9287CB
Complementary color
Monochromatic Colors of #9287CB
Black with #9287CB
Text Example
Text Example
White with #9287CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9287CB; }
p { color: rgb(146,135,203); }
H1.HeaderClassName
{
color: #9287CB;
}
.AnyTagClassName
{
color: #9287CB;
}
</style>
background-color css
<style>
a { background-color: #9287CB; }
a { background-color: rgb(146,135,203); }
div.DivClassName
{
background-color: #9287CB;
}
.BgClassName
{
background-color: #9287CB;
}
</style>
border-color css
<style>
span { border-color: #9287CB; }
span { border-color: rgb(146,135,203); }
td.TdClassName
{
border-color: #9287CB;
}
.TagClassName
{
border-color: #9287CB;
}
</style>