Shades of Moody Blue #8073D1
Tints of Moody Blue #8073D1
RGB
CMYK
RGB Variations
Color information
#8073D1 (or 0x8073D1) is known color: Moody Blue. HEX triplet: 80, 73 and D1. RGB value is (128,115,209). Sum of RGB (Red+Green+Blue) = 128+115+209=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #8073D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073D1 is #7F8C2E. Grayscale: #818181. Windows color (decimal): -8358959 or 13726592. OLE color: 13726592.
HSL color Cylindrical-coordinate representation of color #8073D1: hue angle of 248.3º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8073D1 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 115 | 209 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.18 |
| HSL | 248.3º | 0.51% | 0.64% | - |
| HSV(B) | 248.3º | 0.45% | 0.82% | - |
| XYZ | 26.54 | 21.45 | 63.06 | - |
| YUV | 129.6 | 172.81 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 209 | 0.39 | 0.45 | 0 | 0.18 | 248.3 | 0.51 | 0.64 |
| Hex | 80 | 73 | D1 | 27 | 2D | 0 | 12 | F8 | 33 | 40 |
| Octal | 200 | 163 | 321 | 47 | 55 | 0 | 22 | 370 | 63 | 100 |
| Binary | 10000000 | 1110011 | 11010001 | 100111 | 101101 | 0 | 10010 | 11111000 | 110011 | 1000000 |
Color Harmonies of #8073D1
Complementary color
Monochromatic Colors of #8073D1
Black with #8073D1
Text Example
Text Example
White with #8073D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073D1; }
p { color: rgb(128,115,209); }
H1.HeaderClassName
{
color: #8073D1;
}
.AnyTagClassName
{
color: #8073D1;
}
</style>
background-color css
<style>
a { background-color: #8073D1; }
a { background-color: rgb(128,115,209); }
div.DivClassName
{
background-color: #8073D1;
}
.BgClassName
{
background-color: #8073D1;
}
</style>
border-color css
<style>
span { border-color: #8073D1; }
span { border-color: rgb(128,115,209); }
td.TdClassName
{
border-color: #8073D1;
}
.TagClassName
{
border-color: #8073D1;
}
</style>