Shades of Moody Blue #8073DA
Tints of Moody Blue #8073DA
RGB
CMYK
RGB Variations
Color information
#8073DA (or 0x8073DA) is known color: Moody Blue. HEX triplet: 80, 73 and DA. RGB value is (128,115,218). Sum of RGB (Red+Green+Blue) = 128+115+218=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #8073DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073DA is #7F8C25. Grayscale: #828282. Windows color (decimal): -8358950 or 14316416. OLE color: 14316416.
HSL color Cylindrical-coordinate representation of color #8073DA: hue angle of 247.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8073DA is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 115 | 218 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.15 |
| HSL | 247.57º | 0.58% | 0.65% | - |
| HSV(B) | 247.57º | 0.47% | 0.85% | - |
| XYZ | 27.69 | 21.91 | 69.1 | - |
| YUV | 130.63 | 177.31 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 218 | 0.41 | 0.47 | 0 | 0.15 | 247.57 | 0.58 | 0.65 |
| Hex | 80 | 73 | DA | 29 | 2F | 0 | F | F8 | 3A | 41 |
| Octal | 200 | 163 | 332 | 51 | 57 | 0 | 17 | 370 | 72 | 101 |
| Binary | 10000000 | 1110011 | 11011010 | 101001 | 101111 | 0 | 1111 | 11111000 | 111010 | 1000001 |
Color Harmonies of #8073DA
Complementary color
Monochromatic Colors of #8073DA
Black with #8073DA
Text Example
Text Example
White with #8073DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073DA; }
p { color: rgb(128,115,218); }
H1.HeaderClassName
{
color: #8073DA;
}
.AnyTagClassName
{
color: #8073DA;
}
</style>
background-color css
<style>
a { background-color: #8073DA; }
a { background-color: rgb(128,115,218); }
div.DivClassName
{
background-color: #8073DA;
}
.BgClassName
{
background-color: #8073DA;
}
</style>
border-color css
<style>
span { border-color: #8073DA; }
span { border-color: rgb(128,115,218); }
td.TdClassName
{
border-color: #8073DA;
}
.TagClassName
{
border-color: #8073DA;
}
</style>