Shades of Moody Blue #8076D2
Tints of Moody Blue #8076D2
RGB
CMYK
RGB Variations
Color information
#8076D2 (or 0x8076D2) is known color: Moody Blue. HEX triplet: 80, 76 and D2. RGB value is (128,118,210). Sum of RGB (Red+Green+Blue) = 128+118+210=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #8076D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076D2 is #7F892D. Grayscale: #838383. Windows color (decimal): -8358190 or 13792896. OLE color: 13792896.
HSL color Cylindrical-coordinate representation of color #8076D2: hue angle of 246.52º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8076D2 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 118 | 210 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.18 |
| HSL | 246.52º | 0.51% | 0.64% | - |
| HSV(B) | 246.52º | 0.44% | 0.82% | - |
| XYZ | 27.01 | 22.2 | 63.83 | - |
| YUV | 131.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 210 | 0.39 | 0.44 | 0 | 0.18 | 246.52 | 0.51 | 0.64 |
| Hex | 80 | 76 | D2 | 27 | 2C | 0 | 12 | F7 | 33 | 40 |
| Octal | 200 | 166 | 322 | 47 | 54 | 0 | 22 | 367 | 63 | 100 |
| Binary | 10000000 | 1110110 | 11010010 | 100111 | 101100 | 0 | 10010 | 11110111 | 110011 | 1000000 |
Color Harmonies of #8076D2
Complementary color
Monochromatic Colors of #8076D2
Black with #8076D2
Text Example
Text Example
White with #8076D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8076D2; }
p { color: rgb(128,118,210); }
H1.HeaderClassName
{
color: #8076D2;
}
.AnyTagClassName
{
color: #8076D2;
}
</style>
background-color css
<style>
a { background-color: #8076D2; }
a { background-color: rgb(128,118,210); }
div.DivClassName
{
background-color: #8076D2;
}
.BgClassName
{
background-color: #8076D2;
}
</style>
border-color css
<style>
span { border-color: #8076D2; }
span { border-color: rgb(128,118,210); }
td.TdClassName
{
border-color: #8076D2;
}
.TagClassName
{
border-color: #8076D2;
}
</style>