Shades of Moody Blue #8077D9
Tints of Moody Blue #8077D9
RGB
CMYK
RGB Variations
Color information
#8077D9 (or 0x8077D9) is known color: Moody Blue. HEX triplet: 80, 77 and D9. RGB value is (128,119,217). Sum of RGB (Red+Green+Blue) = 128+119+217=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #8077D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077D9 is #7F8826. Grayscale: #848484. Windows color (decimal): -8357927 or 14251904. OLE color: 14251904.
HSL color Cylindrical-coordinate representation of color #8077D9: hue angle of 245.51º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8077D9 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 119 | 217 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.15 |
| HSL | 245.51º | 0.56% | 0.66% | - |
| HSV(B) | 245.51º | 0.45% | 0.85% | - |
| XYZ | 28.02 | 22.79 | 68.57 | - |
| YUV | 132.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 217 | 0.41 | 0.45 | 0 | 0.15 | 245.51 | 0.56 | 0.66 |
| Hex | 80 | 77 | D9 | 29 | 2D | 0 | F | F6 | 38 | 42 |
| Octal | 200 | 167 | 331 | 51 | 55 | 0 | 17 | 366 | 70 | 102 |
| Binary | 10000000 | 1110111 | 11011001 | 101001 | 101101 | 0 | 1111 | 11110110 | 111000 | 1000010 |
Color Harmonies of #8077D9
Complementary color
Monochromatic Colors of #8077D9
Black with #8077D9
Text Example
Text Example
White with #8077D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077D9; }
p { color: rgb(128,119,217); }
H1.HeaderClassName
{
color: #8077D9;
}
.AnyTagClassName
{
color: #8077D9;
}
</style>
background-color css
<style>
a { background-color: #8077D9; }
a { background-color: rgb(128,119,217); }
div.DivClassName
{
background-color: #8077D9;
}
.BgClassName
{
background-color: #8077D9;
}
</style>
border-color css
<style>
span { border-color: #8077D9; }
span { border-color: rgb(128,119,217); }
td.TdClassName
{
border-color: #8077D9;
}
.TagClassName
{
border-color: #8077D9;
}
</style>