Shades of Moody Blue #9287CE
Tints of Moody Blue #9287CE
RGB
CMYK
RGB Variations
Color information
#9287CE (or 0x9287CE) is known color: Moody Blue. HEX triplet: 92, 87 and CE. RGB value is (146,135,206). Sum of RGB (Red+Green+Blue) = 146+135+206=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #9287CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287CE is #6D7831. Grayscale: #929292. Windows color (decimal): -7174194 or 13535122. OLE color: 13535122.
HSL color Cylindrical-coordinate representation of color #9287CE: hue angle of 249.3º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9287CE is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 135 | 206 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.19 |
| HSL | 249.3º | 0.42% | 0.67% | - |
| HSV(B) | 249.3º | 0.34% | 0.81% | - |
| XYZ | 31.66 | 27.9 | 62.11 | - |
| YUV | 146.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 206 | 0.29 | 0.34 | 0 | 0.19 | 249.3 | 0.42 | 0.67 |
| Hex | 92 | 87 | CE | 1D | 22 | 0 | 13 | F9 | 2A | 43 |
| Octal | 222 | 207 | 316 | 35 | 42 | 0 | 23 | 371 | 52 | 103 |
| Binary | 10010010 | 10000111 | 11001110 | 11101 | 100010 | 0 | 10011 | 11111001 | 101010 | 1000011 |
Color Harmonies of #9287CE
Complementary color
Monochromatic Colors of #9287CE
Black with #9287CE
Text Example
Text Example
White with #9287CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9287CE; }
p { color: rgb(146,135,206); }
H1.HeaderClassName
{
color: #9287CE;
}
.AnyTagClassName
{
color: #9287CE;
}
</style>
background-color css
<style>
a { background-color: #9287CE; }
a { background-color: rgb(146,135,206); }
div.DivClassName
{
background-color: #9287CE;
}
.BgClassName
{
background-color: #9287CE;
}
</style>
border-color css
<style>
span { border-color: #9287CE; }
span { border-color: rgb(146,135,206); }
td.TdClassName
{
border-color: #9287CE;
}
.TagClassName
{
border-color: #9287CE;
}
</style>