Shades of Moody Blue #8070D3
Tints of Moody Blue #8070D3
RGB
CMYK
RGB Variations
Color information
#8070D3 (or 0x8070D3) is known color: Moody Blue. HEX triplet: 80, 70 and D3. RGB value is (128,112,211). Sum of RGB (Red+Green+Blue) = 128+112+211=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #8070D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8070D3 is #7F8F2C. Grayscale: #7F7F7F. Windows color (decimal): -8359725 or 13856896. OLE color: 13856896.
HSL color Cylindrical-coordinate representation of color #8070D3: hue angle of 249.7º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8070D3 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 112 | 211 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.17 |
| HSL | 249.7º | 0.53% | 0.63% | - |
| HSV(B) | 249.7º | 0.47% | 0.83% | - |
| XYZ | 26.45 | 20.88 | 64.26 | - |
| YUV | 128.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 211 | 0.39 | 0.47 | 0 | 0.17 | 249.7 | 0.53 | 0.63 |
| Hex | 80 | 70 | D3 | 27 | 2F | 0 | 11 | FA | 35 | 3F |
| Octal | 200 | 160 | 323 | 47 | 57 | 0 | 21 | 372 | 65 | 77 |
| Binary | 10000000 | 1110000 | 11010011 | 100111 | 101111 | 0 | 10001 | 11111010 | 110101 | 111111 |
Color Harmonies of #8070D3
Complementary color
Monochromatic Colors of #8070D3
Black with #8070D3
Text Example
Text Example
White with #8070D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8070D3; }
p { color: rgb(128,112,211); }
H1.HeaderClassName
{
color: #8070D3;
}
.AnyTagClassName
{
color: #8070D3;
}
</style>
background-color css
<style>
a { background-color: #8070D3; }
a { background-color: rgb(128,112,211); }
div.DivClassName
{
background-color: #8070D3;
}
.BgClassName
{
background-color: #8070D3;
}
</style>
border-color css
<style>
span { border-color: #8070D3; }
span { border-color: rgb(128,112,211); }
td.TdClassName
{
border-color: #8070D3;
}
.TagClassName
{
border-color: #8070D3;
}
</style>