Shades of Moody Blue #9285CE
Tints of Moody Blue #9285CE
RGB
CMYK
RGB Variations
Color information
#9285CE (or 0x9285CE) is known color: Moody Blue. HEX triplet: 92, 85 and CE. RGB value is (146,133,206). Sum of RGB (Red+Green+Blue) = 146+133+206=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #9285CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9285CE is #6D7A31. Grayscale: #909090. Windows color (decimal): -7174706 or 13534610. OLE color: 13534610.
HSL color Cylindrical-coordinate representation of color #9285CE: hue angle of 250.68º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9285CE is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 133 | 206 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.19 |
| HSL | 250.68º | 0.43% | 0.66% | - |
| HSV(B) | 250.68º | 0.35% | 0.81% | - |
| XYZ | 31.38 | 27.34 | 62.02 | - |
| YUV | 145.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 206 | 0.29 | 0.35 | 0 | 0.19 | 250.68 | 0.43 | 0.66 |
| Hex | 92 | 85 | CE | 1D | 23 | 0 | 13 | FB | 2B | 42 |
| Octal | 222 | 205 | 316 | 35 | 43 | 0 | 23 | 373 | 53 | 102 |
| Binary | 10010010 | 10000101 | 11001110 | 11101 | 100011 | 0 | 10011 | 11111011 | 101011 | 1000010 |
Color Harmonies of #9285CE
Complementary color
Monochromatic Colors of #9285CE
Black with #9285CE
Text Example
Text Example
White with #9285CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9285CE; }
p { color: rgb(146,133,206); }
H1.HeaderClassName
{
color: #9285CE;
}
.AnyTagClassName
{
color: #9285CE;
}
</style>
background-color css
<style>
a { background-color: #9285CE; }
a { background-color: rgb(146,133,206); }
div.DivClassName
{
background-color: #9285CE;
}
.BgClassName
{
background-color: #9285CE;
}
</style>
border-color css
<style>
span { border-color: #9285CE; }
span { border-color: rgb(146,133,206); }
td.TdClassName
{
border-color: #9285CE;
}
.TagClassName
{
border-color: #9285CE;
}
</style>