Shades of Moody Blue #8077DD
Tints of Moody Blue #8077DD
RGB
CMYK
RGB Variations
Color information
#8077DD (or 0x8077DD) is known color: Moody Blue. HEX triplet: 80, 77 and DD. RGB value is (128,119,221). Sum of RGB (Red+Green+Blue) = 128+119+221=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #8077DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077DD is #7F8822. Grayscale: #848484. Windows color (decimal): -8357923 or 14514048. OLE color: 14514048.
HSL color Cylindrical-coordinate representation of color #8077DD: hue angle of 245.29º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8077DD is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 119 | 221 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.13 |
| HSL | 245.29º | 0.6% | 0.67% | - |
| HSV(B) | 245.29º | 0.46% | 0.87% | - |
| XYZ | 28.55 | 23 | 71.34 | - |
| YUV | 133.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 221 | 0.42 | 0.46 | 0 | 0.13 | 245.29 | 0.6 | 0.67 |
| Hex | 80 | 77 | DD | 2A | 2E | 0 | D | F5 | 3C | 43 |
| Octal | 200 | 167 | 335 | 52 | 56 | 0 | 15 | 365 | 74 | 103 |
| Binary | 10000000 | 1110111 | 11011101 | 101010 | 101110 | 0 | 1101 | 11110101 | 111100 | 1000011 |
Color Harmonies of #8077DD
Complementary color
Monochromatic Colors of #8077DD
Black with #8077DD
Text Example
Text Example
White with #8077DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077DD; }
p { color: rgb(128,119,221); }
H1.HeaderClassName
{
color: #8077DD;
}
.AnyTagClassName
{
color: #8077DD;
}
</style>
background-color css
<style>
a { background-color: #8077DD; }
a { background-color: rgb(128,119,221); }
div.DivClassName
{
background-color: #8077DD;
}
.BgClassName
{
background-color: #8077DD;
}
</style>
border-color css
<style>
span { border-color: #8077DD; }
span { border-color: rgb(128,119,221); }
td.TdClassName
{
border-color: #8077DD;
}
.TagClassName
{
border-color: #8077DD;
}
</style>