Shades of Moody Blue #8073C0
Tints of Moody Blue #8073C0
RGB
CMYK
RGB Variations
Color information
#8073C0 (or 0x8073C0) is known color: Moody Blue. HEX triplet: 80, 73 and C0. RGB value is (128,115,192). Sum of RGB (Red+Green+Blue) = 128+115+192=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #8073C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073C0 is #7F8C3F. Grayscale: #7F7F7F. Windows color (decimal): -8358976 or 12612480. OLE color: 12612480.
HSL color Cylindrical-coordinate representation of color #8073C0: hue angle of 250.13º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8073C0 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 115 | 192 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.25 |
| HSL | 250.13º | 0.38% | 0.6% | - |
| HSV(B) | 250.13º | 0.4% | 0.75% | - |
| XYZ | 24.55 | 20.66 | 52.56 | - |
| YUV | 127.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 192 | 0.33 | 0.40 | 0 | 0.25 | 250.13 | 0.38 | 0.6 |
| Hex | 80 | 73 | C0 | 21 | 28 | 0 | 19 | FA | 26 | 3C |
| Octal | 200 | 163 | 300 | 41 | 50 | 0 | 31 | 372 | 46 | 74 |
| Binary | 10000000 | 1110011 | 11000000 | 100001 | 101000 | 0 | 11001 | 11111010 | 100110 | 111100 |
Color Harmonies of #8073C0
Complementary color
Monochromatic Colors of #8073C0
Black with #8073C0
Text Example
Text Example
White with #8073C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073C0; }
p { color: rgb(128,115,192); }
H1.HeaderClassName
{
color: #8073C0;
}
.AnyTagClassName
{
color: #8073C0;
}
</style>
background-color css
<style>
a { background-color: #8073C0; }
a { background-color: rgb(128,115,192); }
div.DivClassName
{
background-color: #8073C0;
}
.BgClassName
{
background-color: #8073C0;
}
</style>
border-color css
<style>
span { border-color: #8073C0; }
span { border-color: rgb(128,115,192); }
td.TdClassName
{
border-color: #8073C0;
}
.TagClassName
{
border-color: #8073C0;
}
</style>