Shades of Moody Blue #9082CE
Tints of Moody Blue #9082CE
RGB
CMYK
RGB Variations
Color information
#9082CE (or 0x9082CE) is known color: Moody Blue. HEX triplet: 90, 82 and CE. RGB value is (144,130,206). Sum of RGB (Red+Green+Blue) = 144+130+206=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #9082CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082CE is #6F7D31. Grayscale: #8E8E8E. Windows color (decimal): -7306546 or 13533840. OLE color: 13533840.
HSL color Cylindrical-coordinate representation of color #9082CE: hue angle of 251.05º 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 #9082CE is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 130 | 206 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.19 |
| HSL | 251.05º | 0.44% | 0.66% | - |
| HSV(B) | 251.05º | 0.37% | 0.81% | - |
| XYZ | 30.62 | 26.35 | 61.86 | - |
| YUV | 142.85 | 163.64 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 206 | 0.30 | 0.37 | 0 | 0.19 | 251.05 | 0.44 | 0.66 |
| Hex | 90 | 82 | CE | 1E | 25 | 0 | 13 | FB | 2C | 42 |
| Octal | 220 | 202 | 316 | 36 | 45 | 0 | 23 | 373 | 54 | 102 |
| Binary | 10010000 | 10000010 | 11001110 | 11110 | 100101 | 0 | 10011 | 11111011 | 101100 | 1000010 |
Color Harmonies of #9082CE
Complementary color
Monochromatic Colors of #9082CE
Black with #9082CE
Text Example
Text Example
White with #9082CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9082CE; }
p { color: rgb(144,130,206); }
H1.HeaderClassName
{
color: #9082CE;
}
.AnyTagClassName
{
color: #9082CE;
}
</style>
background-color css
<style>
a { background-color: #9082CE; }
a { background-color: rgb(144,130,206); }
div.DivClassName
{
background-color: #9082CE;
}
.BgClassName
{
background-color: #9082CE;
}
</style>
border-color css
<style>
span { border-color: #9082CE; }
span { border-color: rgb(144,130,206); }
td.TdClassName
{
border-color: #9082CE;
}
.TagClassName
{
border-color: #9082CE;
}
</style>