Shades of Moody Blue #8070B9
Tints of Moody Blue #8070B9
RGB
CMYK
RGB Variations
Color information
#8070B9 (or 0x8070B9) is known color: Moody Blue. HEX triplet: 80, 70 and B9. RGB value is (128,112,185). Sum of RGB (Red+Green+Blue) = 128+112+185=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #8070B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8070B9 is #7F8F46. Grayscale: #7C7C7C. Windows color (decimal): -8359751 or 12152960. OLE color: 12152960.
HSL color Cylindrical-coordinate representation of color #8070B9: hue angle of 253.15º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8070B9 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 112 | 185 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.27 |
| HSL | 253.15º | 0.34% | 0.58% | - |
| HSV(B) | 253.15º | 0.39% | 0.73% | - |
| XYZ | 23.45 | 19.68 | 48.46 | - |
| YUV | 125.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 185 | 0.31 | 0.39 | 0 | 0.27 | 253.15 | 0.34 | 0.58 |
| Hex | 80 | 70 | B9 | 1F | 27 | 0 | 1B | FD | 22 | 3A |
| Octal | 200 | 160 | 271 | 37 | 47 | 0 | 33 | 375 | 42 | 72 |
| Binary | 10000000 | 1110000 | 10111001 | 11111 | 100111 | 0 | 11011 | 11111101 | 100010 | 111010 |
Color Harmonies of #8070B9
Complementary color
Monochromatic Colors of #8070B9
Black with #8070B9
Text Example
Text Example
White with #8070B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8070B9; }
p { color: rgb(128,112,185); }
H1.HeaderClassName
{
color: #8070B9;
}
.AnyTagClassName
{
color: #8070B9;
}
</style>
background-color css
<style>
a { background-color: #8070B9; }
a { background-color: rgb(128,112,185); }
div.DivClassName
{
background-color: #8070B9;
}
.BgClassName
{
background-color: #8070B9;
}
</style>
border-color css
<style>
span { border-color: #8070B9; }
span { border-color: rgb(128,112,185); }
td.TdClassName
{
border-color: #8070B9;
}
.TagClassName
{
border-color: #8070B9;
}
</style>