Shades of Moody Blue #9081CF
Tints of Moody Blue #9081CF
RGB
CMYK
RGB Variations
Color information
#9081CF (or 0x9081CF) is known color: Moody Blue. HEX triplet: 90, 81 and CF. RGB value is (144,129,207). Sum of RGB (Red+Green+Blue) = 144+129+207=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #9081CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9081CF is #6F7E30. Grayscale: #8E8E8E. Windows color (decimal): -7306801 or 13599120. OLE color: 13599120.
HSL color Cylindrical-coordinate representation of color #9081CF: hue angle of 251.54º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9081CF is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 129 | 207 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.19 |
| HSL | 251.54º | 0.45% | 0.66% | - |
| HSV(B) | 251.54º | 0.38% | 0.81% | - |
| XYZ | 30.61 | 26.13 | 62.46 | - |
| YUV | 142.38 | 164.47 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 207 | 0.30 | 0.38 | 0 | 0.19 | 251.54 | 0.45 | 0.66 |
| Hex | 90 | 81 | CF | 1E | 26 | 0 | 13 | FC | 2D | 42 |
| Octal | 220 | 201 | 317 | 36 | 46 | 0 | 23 | 374 | 55 | 102 |
| Binary | 10010000 | 10000001 | 11001111 | 11110 | 100110 | 0 | 10011 | 11111100 | 101101 | 1000010 |
Color Harmonies of #9081CF
Complementary color
Monochromatic Colors of #9081CF
Black with #9081CF
Text Example
Text Example
White with #9081CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9081CF; }
p { color: rgb(144,129,207); }
H1.HeaderClassName
{
color: #9081CF;
}
.AnyTagClassName
{
color: #9081CF;
}
</style>
background-color css
<style>
a { background-color: #9081CF; }
a { background-color: rgb(144,129,207); }
div.DivClassName
{
background-color: #9081CF;
}
.BgClassName
{
background-color: #9081CF;
}
</style>
border-color css
<style>
span { border-color: #9081CF; }
span { border-color: rgb(144,129,207); }
td.TdClassName
{
border-color: #9081CF;
}
.TagClassName
{
border-color: #9081CF;
}
</style>