Shades of Moody Blue #8076DD
Tints of Moody Blue #8076DD
RGB
CMYK
RGB Variations
Color information
#8076DD (or 0x8076DD) is known color: Moody Blue. HEX triplet: 80, 76 and DD. RGB value is (128,118,221). Sum of RGB (Red+Green+Blue) = 128+118+221=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #8076DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076DD is #7F8922. Grayscale: #848484. Windows color (decimal): -8358179 or 14513792. OLE color: 14513792.
HSL color Cylindrical-coordinate representation of color #8076DD: hue angle of 245.83º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8076DD is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 118 | 221 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.13 |
| HSL | 245.83º | 0.6% | 0.66% | - |
| HSV(B) | 245.83º | 0.47% | 0.87% | - |
| XYZ | 28.43 | 22.77 | 71.3 | - |
| YUV | 132.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 221 | 0.42 | 0.47 | 0 | 0.13 | 245.83 | 0.6 | 0.66 |
| Hex | 80 | 76 | DD | 2A | 2F | 0 | D | F6 | 3C | 42 |
| Octal | 200 | 166 | 335 | 52 | 57 | 0 | 15 | 366 | 74 | 102 |
| Binary | 10000000 | 1110110 | 11011101 | 101010 | 101111 | 0 | 1101 | 11110110 | 111100 | 1000010 |
Color Harmonies of #8076DD
Complementary color
Monochromatic Colors of #8076DD
Black with #8076DD
Text Example
Text Example
White with #8076DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8076DD; }
p { color: rgb(128,118,221); }
H1.HeaderClassName
{
color: #8076DD;
}
.AnyTagClassName
{
color: #8076DD;
}
</style>
background-color css
<style>
a { background-color: #8076DD; }
a { background-color: rgb(128,118,221); }
div.DivClassName
{
background-color: #8076DD;
}
.BgClassName
{
background-color: #8076DD;
}
</style>
border-color css
<style>
span { border-color: #8076DD; }
span { border-color: rgb(128,118,221); }
td.TdClassName
{
border-color: #8076DD;
}
.TagClassName
{
border-color: #8076DD;
}
</style>