Shades of Moody Blue #8081DC
Tints of Moody Blue #8081DC
RGB
CMYK
RGB Variations
Color information
#8081DC (or 0x8081DC) is known color: Moody Blue. HEX triplet: 80, 81 and DC. RGB value is (128,129,220). Sum of RGB (Red+Green+Blue) = 128+129+220=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #8081DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081DC is #7F7E23. Grayscale: #8A8A8A. Windows color (decimal): -8355364 or 14451072. OLE color: 14451072.
HSL color Cylindrical-coordinate representation of color #8081DC: hue angle of 239.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8081DC is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 129 | 220 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.14 |
| HSL | 239.35º | 0.57% | 0.68% | - |
| HSV(B) | 239.35º | 0.42% | 0.86% | - |
| XYZ | 29.67 | 25.46 | 71.06 | - |
| YUV | 139.08 | 173.67 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 220 | 0.42 | 0.41 | 0 | 0.14 | 239.35 | 0.57 | 0.68 |
| Hex | 80 | 81 | DC | 2A | 29 | 0 | E | EF | 39 | 44 |
| Octal | 200 | 201 | 334 | 52 | 51 | 0 | 16 | 357 | 71 | 104 |
| Binary | 10000000 | 10000001 | 11011100 | 101010 | 101001 | 0 | 1110 | 11101111 | 111001 | 1000100 |
Color Harmonies of #8081DC
Complementary color
Monochromatic Colors of #8081DC
Black with #8081DC
Text Example
Text Example
White with #8081DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081DC; }
p { color: rgb(128,129,220); }
H1.HeaderClassName
{
color: #8081DC;
}
.AnyTagClassName
{
color: #8081DC;
}
</style>
background-color css
<style>
a { background-color: #8081DC; }
a { background-color: rgb(128,129,220); }
div.DivClassName
{
background-color: #8081DC;
}
.BgClassName
{
background-color: #8081DC;
}
</style>
border-color css
<style>
span { border-color: #8081DC; }
span { border-color: rgb(128,129,220); }
td.TdClassName
{
border-color: #8081DC;
}
.TagClassName
{
border-color: #8081DC;
}
</style>