Shades of Moody Blue #8077D1
Tints of Moody Blue #8077D1
RGB
CMYK
RGB Variations
Color information
#8077D1 (or 0x8077D1) is known color: Moody Blue. HEX triplet: 80, 77 and D1. RGB value is (128,119,209). Sum of RGB (Red+Green+Blue) = 128+119+209=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #8077D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077D1 is #7F882E. Grayscale: #838383. Windows color (decimal): -8357935 or 13727616. OLE color: 13727616.
HSL color Cylindrical-coordinate representation of color #8077D1: hue angle of 246º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8077D1 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 119 | 209 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.18 |
| HSL | 246º | 0.49% | 0.64% | - |
| HSV(B) | 246º | 0.43% | 0.82% | - |
| XYZ | 27.01 | 22.39 | 63.22 | - |
| YUV | 131.95 | 171.48 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 209 | 0.39 | 0.43 | 0 | 0.18 | 246 | 0.49 | 0.64 |
| Hex | 80 | 77 | D1 | 27 | 2B | 0 | 12 | F6 | 31 | 40 |
| Octal | 200 | 167 | 321 | 47 | 53 | 0 | 22 | 366 | 61 | 100 |
| Binary | 10000000 | 1110111 | 11010001 | 100111 | 101011 | 0 | 10010 | 11110110 | 110001 | 1000000 |
Color Harmonies of #8077D1
Complementary color
Monochromatic Colors of #8077D1
Black with #8077D1
Text Example
Text Example
White with #8077D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077D1; }
p { color: rgb(128,119,209); }
H1.HeaderClassName
{
color: #8077D1;
}
.AnyTagClassName
{
color: #8077D1;
}
</style>
background-color css
<style>
a { background-color: #8077D1; }
a { background-color: rgb(128,119,209); }
div.DivClassName
{
background-color: #8077D1;
}
.BgClassName
{
background-color: #8077D1;
}
</style>
border-color css
<style>
span { border-color: #8077D1; }
span { border-color: rgb(128,119,209); }
td.TdClassName
{
border-color: #8077D1;
}
.TagClassName
{
border-color: #8077D1;
}
</style>