Shades of Moody Blue #8073CE
Tints of Moody Blue #8073CE
RGB
CMYK
RGB Variations
Color information
#8073CE (or 0x8073CE) is known color: Moody Blue. HEX triplet: 80, 73 and CE. RGB value is (128,115,206). Sum of RGB (Red+Green+Blue) = 128+115+206=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #8073CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073CE is #7F8C31. Grayscale: #808080. Windows color (decimal): -8358962 or 13529984. OLE color: 13529984.
HSL color Cylindrical-coordinate representation of color #8073CE: hue angle of 248.57º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8073CE is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 115 | 206 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.19 |
| HSL | 248.57º | 0.48% | 0.63% | - |
| HSV(B) | 248.57º | 0.44% | 0.81% | - |
| XYZ | 26.17 | 21.31 | 61.13 | - |
| YUV | 129.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 206 | 0.38 | 0.44 | 0 | 0.19 | 248.57 | 0.48 | 0.63 |
| Hex | 80 | 73 | CE | 26 | 2C | 0 | 13 | F9 | 30 | 3F |
| Octal | 200 | 163 | 316 | 46 | 54 | 0 | 23 | 371 | 60 | 77 |
| Binary | 10000000 | 1110011 | 11001110 | 100110 | 101100 | 0 | 10011 | 11111001 | 110000 | 111111 |
Color Harmonies of #8073CE
Complementary color
Monochromatic Colors of #8073CE
Black with #8073CE
Text Example
Text Example
White with #8073CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073CE; }
p { color: rgb(128,115,206); }
H1.HeaderClassName
{
color: #8073CE;
}
.AnyTagClassName
{
color: #8073CE;
}
</style>
background-color css
<style>
a { background-color: #8073CE; }
a { background-color: rgb(128,115,206); }
div.DivClassName
{
background-color: #8073CE;
}
.BgClassName
{
background-color: #8073CE;
}
</style>
border-color css
<style>
span { border-color: #8073CE; }
span { border-color: rgb(128,115,206); }
td.TdClassName
{
border-color: #8073CE;
}
.TagClassName
{
border-color: #8073CE;
}
</style>