Shades of Moody Blue #8081D8
Tints of Moody Blue #8081D8
RGB
CMYK
RGB Variations
Color information
#8081D8 (or 0x8081D8) is known color: Moody Blue. HEX triplet: 80, 81 and D8. RGB value is (128,129,216). Sum of RGB (Red+Green+Blue) = 128+129+216=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #8081D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081D8 is #7F7E27. Grayscale: #8A8A8A. Windows color (decimal): -8355368 or 14188928. OLE color: 14188928.
HSL color Cylindrical-coordinate representation of color #8081D8: hue angle of 239.32º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8081D8 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 129 | 216 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.15 |
| HSL | 239.32º | 0.53% | 0.67% | - |
| HSV(B) | 239.32º | 0.41% | 0.85% | - |
| XYZ | 29.15 | 25.25 | 68.3 | - |
| YUV | 138.62 | 171.67 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 216 | 0.41 | 0.40 | 0 | 0.15 | 239.32 | 0.53 | 0.67 |
| Hex | 80 | 81 | D8 | 29 | 28 | 0 | F | EF | 35 | 43 |
| Octal | 200 | 201 | 330 | 51 | 50 | 0 | 17 | 357 | 65 | 103 |
| Binary | 10000000 | 10000001 | 11011000 | 101001 | 101000 | 0 | 1111 | 11101111 | 110101 | 1000011 |
Color Harmonies of #8081D8
Complementary color
Monochromatic Colors of #8081D8
Black with #8081D8
Text Example
Text Example
White with #8081D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081D8; }
p { color: rgb(128,129,216); }
H1.HeaderClassName
{
color: #8081D8;
}
.AnyTagClassName
{
color: #8081D8;
}
</style>
background-color css
<style>
a { background-color: #8081D8; }
a { background-color: rgb(128,129,216); }
div.DivClassName
{
background-color: #8081D8;
}
.BgClassName
{
background-color: #8081D8;
}
</style>
border-color css
<style>
span { border-color: #8081D8; }
span { border-color: rgb(128,129,216); }
td.TdClassName
{
border-color: #8081D8;
}
.TagClassName
{
border-color: #8081D8;
}
</style>