Shades of Moody Blue #8081DB
Tints of Moody Blue #8081DB
RGB
CMYK
RGB Variations
Color information
#8081DB (or 0x8081DB) is known color: Moody Blue. HEX triplet: 80, 81 and DB. RGB value is (128,129,219). Sum of RGB (Red+Green+Blue) = 128+129+219=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #8081DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081DB is #7F7E24. Grayscale: #8A8A8A. Windows color (decimal): -8355365 or 14385536. OLE color: 14385536.
HSL color Cylindrical-coordinate representation of color #8081DB: hue angle of 239.34º degrees, saturation: 0.56, 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 #8081DB is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 129 | 219 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.14 |
| HSL | 239.34º | 0.56% | 0.68% | - |
| HSV(B) | 239.34º | 0.42% | 0.86% | - |
| XYZ | 29.54 | 25.4 | 70.36 | - |
| YUV | 138.96 | 173.17 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 219 | 0.42 | 0.41 | 0 | 0.14 | 239.34 | 0.56 | 0.68 |
| Hex | 80 | 81 | DB | 2A | 29 | 0 | E | EF | 38 | 44 |
| Octal | 200 | 201 | 333 | 52 | 51 | 0 | 16 | 357 | 70 | 104 |
| Binary | 10000000 | 10000001 | 11011011 | 101010 | 101001 | 0 | 1110 | 11101111 | 111000 | 1000100 |
Color Harmonies of #8081DB
Complementary color
Monochromatic Colors of #8081DB
Black with #8081DB
Text Example
Text Example
White with #8081DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081DB; }
p { color: rgb(128,129,219); }
H1.HeaderClassName
{
color: #8081DB;
}
.AnyTagClassName
{
color: #8081DB;
}
</style>
background-color css
<style>
a { background-color: #8081DB; }
a { background-color: rgb(128,129,219); }
div.DivClassName
{
background-color: #8081DB;
}
.BgClassName
{
background-color: #8081DB;
}
</style>
border-color css
<style>
span { border-color: #8081DB; }
span { border-color: rgb(128,129,219); }
td.TdClassName
{
border-color: #8081DB;
}
.TagClassName
{
border-color: #8081DB;
}
</style>