Shades of Moody Blue #9082D6
Tints of Moody Blue #9082D6
RGB
CMYK
RGB Variations
Color information
#9082D6 (or 0x9082D6) is known color: Moody Blue. HEX triplet: 90, 82 and D6. RGB value is (144,130,214). Sum of RGB (Red+Green+Blue) = 144+130+214=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #9082D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082D6 is #6F7D29. Grayscale: #8F8F8F. Windows color (decimal): -7306538 or 14058128. OLE color: 14058128.
HSL color Cylindrical-coordinate representation of color #9082D6: hue angle of 250º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9082D6 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 130 | 214 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.16 |
| HSL | 250º | 0.51% | 0.67% | - |
| HSV(B) | 250º | 0.39% | 0.84% | - |
| XYZ | 31.62 | 26.75 | 67.11 | - |
| YUV | 143.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 214 | 0.33 | 0.39 | 0 | 0.16 | 250 | 0.51 | 0.67 |
| Hex | 90 | 82 | D6 | 21 | 27 | 0 | 10 | FA | 33 | 43 |
| Octal | 220 | 202 | 326 | 41 | 47 | 0 | 20 | 372 | 63 | 103 |
| Binary | 10010000 | 10000010 | 11010110 | 100001 | 100111 | 0 | 10000 | 11111010 | 110011 | 1000011 |
Color Harmonies of #9082D6
Complementary color
Monochromatic Colors of #9082D6
Black with #9082D6
Text Example
Text Example
White with #9082D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9082D6; }
p { color: rgb(144,130,214); }
H1.HeaderClassName
{
color: #9082D6;
}
.AnyTagClassName
{
color: #9082D6;
}
</style>
background-color css
<style>
a { background-color: #9082D6; }
a { background-color: rgb(144,130,214); }
div.DivClassName
{
background-color: #9082D6;
}
.BgClassName
{
background-color: #9082D6;
}
</style>
border-color css
<style>
span { border-color: #9082D6; }
span { border-color: rgb(144,130,214); }
td.TdClassName
{
border-color: #9082D6;
}
.TagClassName
{
border-color: #9082D6;
}
</style>