Shades of Moody Blue #9287CC
Tints of Moody Blue #9287CC
RGB
CMYK
RGB Variations
Color information
#9287CC (or 0x9287CC) is known color: Moody Blue. HEX triplet: 92, 87 and CC. RGB value is (146,135,204). Sum of RGB (Red+Green+Blue) = 146+135+204=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 135 (53.12% from 255 or 27.84% 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 #9287CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287CC is #6D7833. Grayscale: #919191. Windows color (decimal): -7174196 or 13404050. OLE color: 13404050.
HSL color Cylindrical-coordinate representation of color #9287CC: hue angle of 249.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9287CC is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 135 | 204 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.2 |
| HSL | 249.57º | 0.4% | 0.66% | - |
| HSV(B) | 249.57º | 0.34% | 0.8% | - |
| XYZ | 31.42 | 27.8 | 60.84 | - |
| YUV | 146.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 204 | 0.28 | 0.34 | 0 | 0.2 | 249.57 | 0.4 | 0.66 |
| Hex | 92 | 87 | CC | 1C | 22 | 0 | 14 | FA | 28 | 42 |
| Octal | 222 | 207 | 314 | 34 | 42 | 0 | 24 | 372 | 50 | 102 |
| Binary | 10010010 | 10000111 | 11001100 | 11100 | 100010 | 0 | 10100 | 11111010 | 101000 | 1000010 |
Color Harmonies of #9287CC
Complementary color
Monochromatic Colors of #9287CC
Black with #9287CC
Text Example
Text Example
White with #9287CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9287CC; }
p { color: rgb(146,135,204); }
H1.HeaderClassName
{
color: #9287CC;
}
.AnyTagClassName
{
color: #9287CC;
}
</style>
background-color css
<style>
a { background-color: #9287CC; }
a { background-color: rgb(146,135,204); }
div.DivClassName
{
background-color: #9287CC;
}
.BgClassName
{
background-color: #9287CC;
}
</style>
border-color css
<style>
span { border-color: #9287CC; }
span { border-color: rgb(146,135,204); }
td.TdClassName
{
border-color: #9287CC;
}
.TagClassName
{
border-color: #9287CC;
}
</style>