Shades of Moody Blue #8071DB
Tints of Moody Blue #8071DB
RGB
CMYK
RGB Variations
Color information
#8071DB (or 0x8071DB) is known color: Moody Blue. HEX triplet: 80, 71 and DB. RGB value is (128,113,219). Sum of RGB (Red+Green+Blue) = 128+113+219=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #8071DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8071DB is #7F8E24. Grayscale: #818181. Windows color (decimal): -8359461 or 14381440. OLE color: 14381440.
HSL color Cylindrical-coordinate representation of color #8071DB: hue angle of 248.49º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8071DB is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 113 | 219 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.14 |
| HSL | 248.49º | 0.6% | 0.65% | - |
| HSV(B) | 248.49º | 0.48% | 0.86% | - |
| XYZ | 27.59 | 21.51 | 69.72 | - |
| YUV | 129.57 | 178.47 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 219 | 0.42 | 0.48 | 0 | 0.14 | 248.49 | 0.6 | 0.65 |
| Hex | 80 | 71 | DB | 2A | 30 | 0 | E | F8 | 3C | 41 |
| Octal | 200 | 161 | 333 | 52 | 60 | 0 | 16 | 370 | 74 | 101 |
| Binary | 10000000 | 1110001 | 11011011 | 101010 | 110000 | 0 | 1110 | 11111000 | 111100 | 1000001 |
Color Harmonies of #8071DB
Complementary color
Monochromatic Colors of #8071DB
Black with #8071DB
Text Example
Text Example
White with #8071DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8071DB; }
p { color: rgb(128,113,219); }
H1.HeaderClassName
{
color: #8071DB;
}
.AnyTagClassName
{
color: #8071DB;
}
</style>
background-color css
<style>
a { background-color: #8071DB; }
a { background-color: rgb(128,113,219); }
div.DivClassName
{
background-color: #8071DB;
}
.BgClassName
{
background-color: #8071DB;
}
</style>
border-color css
<style>
span { border-color: #8071DB; }
span { border-color: rgb(128,113,219); }
td.TdClassName
{
border-color: #8071DB;
}
.TagClassName
{
border-color: #8071DB;
}
</style>