Shades of Moody Blue #9081CC
Tints of Moody Blue #9081CC
RGB
CMYK
RGB Variations
Color information
#9081CC (or 0x9081CC) is known color: Moody Blue. HEX triplet: 90, 81 and CC. RGB value is (144,129,204). Sum of RGB (Red+Green+Blue) = 144+129+204=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #9081CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9081CC is #6F7E33. Grayscale: #8D8D8D. Windows color (decimal): -7306804 or 13402512. OLE color: 13402512.
HSL color Cylindrical-coordinate representation of color #9081CC: hue angle of 252º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9081CC is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 129 | 204 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.2 |
| HSL | 252º | 0.42% | 0.65% | - |
| HSV(B) | 252º | 0.37% | 0.8% | - |
| XYZ | 30.25 | 25.99 | 60.55 | - |
| YUV | 142.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 204 | 0.29 | 0.37 | 0 | 0.2 | 252 | 0.42 | 0.65 |
| Hex | 90 | 81 | CC | 1D | 25 | 0 | 14 | FC | 2A | 41 |
| Octal | 220 | 201 | 314 | 35 | 45 | 0 | 24 | 374 | 52 | 101 |
| Binary | 10010000 | 10000001 | 11001100 | 11101 | 100101 | 0 | 10100 | 11111100 | 101010 | 1000001 |
Color Harmonies of #9081CC
Complementary color
Monochromatic Colors of #9081CC
Black with #9081CC
Text Example
Text Example
White with #9081CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9081CC; }
p { color: rgb(144,129,204); }
H1.HeaderClassName
{
color: #9081CC;
}
.AnyTagClassName
{
color: #9081CC;
}
</style>
background-color css
<style>
a { background-color: #9081CC; }
a { background-color: rgb(144,129,204); }
div.DivClassName
{
background-color: #9081CC;
}
.BgClassName
{
background-color: #9081CC;
}
</style>
border-color css
<style>
span { border-color: #9081CC; }
span { border-color: rgb(144,129,204); }
td.TdClassName
{
border-color: #9081CC;
}
.TagClassName
{
border-color: #9081CC;
}
</style>