Shades of Moody Blue #9282CE
Tints of Moody Blue #9282CE
RGB
CMYK
RGB Variations
Color information
#9282CE (or 0x9282CE) is known color: Moody Blue. HEX triplet: 92, 82 and CE. RGB value is (146,130,206). Sum of RGB (Red+Green+Blue) = 146+130+206=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #9282CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9282CE is #6D7D31. Grayscale: #8F8F8F. Windows color (decimal): -7175474 or 13533842. OLE color: 13533842.
HSL color Cylindrical-coordinate representation of color #9282CE: hue angle of 252.63º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9282CE is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 130 | 206 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.19 |
| HSL | 252.63º | 0.44% | 0.66% | - |
| HSV(B) | 252.63º | 0.37% | 0.81% | - |
| XYZ | 30.98 | 26.53 | 61.88 | - |
| YUV | 143.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 206 | 0.29 | 0.37 | 0 | 0.19 | 252.63 | 0.44 | 0.66 |
| Hex | 92 | 82 | CE | 1D | 25 | 0 | 13 | FD | 2C | 42 |
| Octal | 222 | 202 | 316 | 35 | 45 | 0 | 23 | 375 | 54 | 102 |
| Binary | 10010010 | 10000010 | 11001110 | 11101 | 100101 | 0 | 10011 | 11111101 | 101100 | 1000010 |
Color Harmonies of #9282CE
Complementary color
Monochromatic Colors of #9282CE
Black with #9282CE
Text Example
Text Example
White with #9282CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9282CE; }
p { color: rgb(146,130,206); }
H1.HeaderClassName
{
color: #9282CE;
}
.AnyTagClassName
{
color: #9282CE;
}
</style>
background-color css
<style>
a { background-color: #9282CE; }
a { background-color: rgb(146,130,206); }
div.DivClassName
{
background-color: #9282CE;
}
.BgClassName
{
background-color: #9282CE;
}
</style>
border-color css
<style>
span { border-color: #9282CE; }
span { border-color: rgb(146,130,206); }
td.TdClassName
{
border-color: #9282CE;
}
.TagClassName
{
border-color: #9282CE;
}
</style>