Shades of Moody Blue #8081DD
Tints of Moody Blue #8081DD
RGB
CMYK
RGB Variations
Color information
#8081DD (or 0x8081DD) is known color: Moody Blue. HEX triplet: 80, 81 and DD. RGB value is (128,129,221). Sum of RGB (Red+Green+Blue) = 128+129+221=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #8081DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081DD is #7F7E22. Grayscale: #8A8A8A. Windows color (decimal): -8355363 or 14516608. OLE color: 14516608.
HSL color Cylindrical-coordinate representation of color #8081DD: hue angle of 239.35º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8081DD is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 129 | 221 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.13 |
| HSL | 239.35º | 0.58% | 0.68% | - |
| HSV(B) | 239.35º | 0.42% | 0.87% | - |
| XYZ | 29.8 | 25.51 | 71.76 | - |
| YUV | 139.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 221 | 0.42 | 0.42 | 0 | 0.13 | 239.35 | 0.58 | 0.68 |
| Hex | 80 | 81 | DD | 2A | 2A | 0 | D | EF | 3A | 44 |
| Octal | 200 | 201 | 335 | 52 | 52 | 0 | 15 | 357 | 72 | 104 |
| Binary | 10000000 | 10000001 | 11011101 | 101010 | 101010 | 0 | 1101 | 11101111 | 111010 | 1000100 |
Color Harmonies of #8081DD
Complementary color
Monochromatic Colors of #8081DD
Black with #8081DD
Text Example
Text Example
White with #8081DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081DD; }
p { color: rgb(128,129,221); }
H1.HeaderClassName
{
color: #8081DD;
}
.AnyTagClassName
{
color: #8081DD;
}
</style>
background-color css
<style>
a { background-color: #8081DD; }
a { background-color: rgb(128,129,221); }
div.DivClassName
{
background-color: #8081DD;
}
.BgClassName
{
background-color: #8081DD;
}
</style>
border-color css
<style>
span { border-color: #8081DD; }
span { border-color: rgb(128,129,221); }
td.TdClassName
{
border-color: #8081DD;
}
.TagClassName
{
border-color: #8081DD;
}
</style>