Shades of Moody Blue #8076DB
Tints of Moody Blue #8076DB
RGB
CMYK
RGB Variations
Color information
#8076DB (or 0x8076DB) is known color: Moody Blue. HEX triplet: 80, 76 and DB. RGB value is (128,118,219). Sum of RGB (Red+Green+Blue) = 128+118+219=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #8076DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076DB is #7F8924. Grayscale: #848484. Windows color (decimal): -8358181 or 14382720. OLE color: 14382720.
HSL color Cylindrical-coordinate representation of color #8076DB: hue angle of 245.94º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8076DB is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 118 | 219 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.14 |
| HSL | 245.94º | 0.58% | 0.66% | - |
| HSV(B) | 245.94º | 0.46% | 0.86% | - |
| XYZ | 28.17 | 22.66 | 69.91 | - |
| YUV | 132.5 | 176.81 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 219 | 0.42 | 0.46 | 0 | 0.14 | 245.94 | 0.58 | 0.66 |
| Hex | 80 | 76 | DB | 2A | 2E | 0 | E | F6 | 3A | 42 |
| Octal | 200 | 166 | 333 | 52 | 56 | 0 | 16 | 366 | 72 | 102 |
| Binary | 10000000 | 1110110 | 11011011 | 101010 | 101110 | 0 | 1110 | 11110110 | 111010 | 1000010 |
Color Harmonies of #8076DB
Complementary color
Monochromatic Colors of #8076DB
Black with #8076DB
Text Example
Text Example
White with #8076DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8076DB; }
p { color: rgb(128,118,219); }
H1.HeaderClassName
{
color: #8076DB;
}
.AnyTagClassName
{
color: #8076DB;
}
</style>
background-color css
<style>
a { background-color: #8076DB; }
a { background-color: rgb(128,118,219); }
div.DivClassName
{
background-color: #8076DB;
}
.BgClassName
{
background-color: #8076DB;
}
</style>
border-color css
<style>
span { border-color: #8076DB; }
span { border-color: rgb(128,118,219); }
td.TdClassName
{
border-color: #8076DB;
}
.TagClassName
{
border-color: #8076DB;
}
</style>