Shades of Moody Blue #8077D3
Tints of Moody Blue #8077D3
RGB
CMYK
RGB Variations
Color information
#8077D3 (or 0x8077D3) is known color: Moody Blue. HEX triplet: 80, 77 and D3. RGB value is (128,119,211). Sum of RGB (Red+Green+Blue) = 128+119+211=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #8077D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077D3 is #7F882C. Grayscale: #838383. Windows color (decimal): -8357933 or 13858688. OLE color: 13858688.
HSL color Cylindrical-coordinate representation of color #8077D3: hue angle of 245.87º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8077D3 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 119 | 211 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.17 |
| HSL | 245.87º | 0.51% | 0.65% | - |
| HSV(B) | 245.87º | 0.44% | 0.83% | - |
| XYZ | 27.26 | 22.49 | 64.53 | - |
| YUV | 132.18 | 172.48 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 211 | 0.39 | 0.44 | 0 | 0.17 | 245.87 | 0.51 | 0.65 |
| Hex | 80 | 77 | D3 | 27 | 2C | 0 | 11 | F6 | 33 | 41 |
| Octal | 200 | 167 | 323 | 47 | 54 | 0 | 21 | 366 | 63 | 101 |
| Binary | 10000000 | 1110111 | 11010011 | 100111 | 101100 | 0 | 10001 | 11110110 | 110011 | 1000001 |
Color Harmonies of #8077D3
Complementary color
Monochromatic Colors of #8077D3
Black with #8077D3
Text Example
Text Example
White with #8077D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077D3; }
p { color: rgb(128,119,211); }
H1.HeaderClassName
{
color: #8077D3;
}
.AnyTagClassName
{
color: #8077D3;
}
</style>
background-color css
<style>
a { background-color: #8077D3; }
a { background-color: rgb(128,119,211); }
div.DivClassName
{
background-color: #8077D3;
}
.BgClassName
{
background-color: #8077D3;
}
</style>
border-color css
<style>
span { border-color: #8077D3; }
span { border-color: rgb(128,119,211); }
td.TdClassName
{
border-color: #8077D3;
}
.TagClassName
{
border-color: #8077D3;
}
</style>