Shades of Moody Blue #9282CF
Tints of Moody Blue #9282CF
RGB
CMYK
RGB Variations
Color information
#9282CF (or 0x9282CF) is known color: Moody Blue. HEX triplet: 92, 82 and CF. RGB value is (146,130,207). Sum of RGB (Red+Green+Blue) = 146+130+207=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #9282CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9282CF is #6D7D30. Grayscale: #8F8F8F. Windows color (decimal): -7175473 or 13599378. OLE color: 13599378.
HSL color Cylindrical-coordinate representation of color #9282CF: hue angle of 252.47º degrees, saturation: 0.45, 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 #9282CF is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 130 | 207 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.19 |
| HSL | 252.47º | 0.45% | 0.66% | - |
| HSV(B) | 252.47º | 0.37% | 0.81% | - |
| XYZ | 31.1 | 26.58 | 62.52 | - |
| YUV | 143.56 | 163.8 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 207 | 0.29 | 0.37 | 0 | 0.19 | 252.47 | 0.45 | 0.66 |
| Hex | 92 | 82 | CF | 1D | 25 | 0 | 13 | FC | 2D | 42 |
| Octal | 222 | 202 | 317 | 35 | 45 | 0 | 23 | 374 | 55 | 102 |
| Binary | 10010010 | 10000010 | 11001111 | 11101 | 100101 | 0 | 10011 | 11111100 | 101101 | 1000010 |
Color Harmonies of #9282CF
Complementary color
Monochromatic Colors of #9282CF
Black with #9282CF
Text Example
Text Example
White with #9282CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9282CF; }
p { color: rgb(146,130,207); }
H1.HeaderClassName
{
color: #9282CF;
}
.AnyTagClassName
{
color: #9282CF;
}
</style>
background-color css
<style>
a { background-color: #9282CF; }
a { background-color: rgb(146,130,207); }
div.DivClassName
{
background-color: #9282CF;
}
.BgClassName
{
background-color: #9282CF;
}
</style>
border-color css
<style>
span { border-color: #9282CF; }
span { border-color: rgb(146,130,207); }
td.TdClassName
{
border-color: #9282CF;
}
.TagClassName
{
border-color: #9282CF;
}
</style>