Shades of Moody Blue #8077D7
Tints of Moody Blue #8077D7
RGB
CMYK
RGB Variations
Color information
#8077D7 (or 0x8077D7) is known color: Moody Blue. HEX triplet: 80, 77 and D7. RGB value is (128,119,215). Sum of RGB (Red+Green+Blue) = 128+119+215=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #8077D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077D7 is #7F8828. Grayscale: #848484. Windows color (decimal): -8357929 or 14120832. OLE color: 14120832.
HSL color Cylindrical-coordinate representation of color #8077D7: hue angle of 245.62º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8077D7 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 119 | 215 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.16 |
| HSL | 245.63º | 0.55% | 0.65% | - |
| HSV(B) | 245.63º | 0.45% | 0.84% | - |
| XYZ | 27.76 | 22.69 | 67.21 | - |
| YUV | 132.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 215 | 0.40 | 0.45 | 0 | 0.16 | 245.63 | 0.55 | 0.65 |
| Hex | 80 | 77 | D7 | 28 | 2D | 0 | 10 | F6 | 37 | 41 |
| Octal | 200 | 167 | 327 | 50 | 55 | 0 | 20 | 366 | 67 | 101 |
| Binary | 10000000 | 1110111 | 11010111 | 101000 | 101101 | 0 | 10000 | 11110110 | 110111 | 1000001 |
Color Harmonies of #8077D7
Complementary color
Monochromatic Colors of #8077D7
Black with #8077D7
Text Example
Text Example
White with #8077D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077D7; }
p { color: rgb(128,119,215); }
H1.HeaderClassName
{
color: #8077D7;
}
.AnyTagClassName
{
color: #8077D7;
}
</style>
background-color css
<style>
a { background-color: #8077D7; }
a { background-color: rgb(128,119,215); }
div.DivClassName
{
background-color: #8077D7;
}
.BgClassName
{
background-color: #8077D7;
}
</style>
border-color css
<style>
span { border-color: #8077D7; }
span { border-color: rgb(128,119,215); }
td.TdClassName
{
border-color: #8077D7;
}
.TagClassName
{
border-color: #8077D7;
}
</style>