Shades of Moody Blue #8073CD
Tints of Moody Blue #8073CD
RGB
CMYK
RGB Variations
Color information
#8073CD (or 0x8073CD) is known color: Moody Blue. HEX triplet: 80, 73 and CD. RGB value is (128,115,205). Sum of RGB (Red+Green+Blue) = 128+115+205=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #8073CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073CD is #7F8C32. Grayscale: #808080. Windows color (decimal): -8358963 or 13464448. OLE color: 13464448.
HSL color Cylindrical-coordinate representation of color #8073CD: hue angle of 248.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8073CD is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 115 | 205 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.20 |
| HSL | 248.67º | 0.47% | 0.63% | - |
| HSV(B) | 248.67º | 0.44% | 0.8% | - |
| XYZ | 26.05 | 21.26 | 60.49 | - |
| YUV | 129.15 | 170.81 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 205 | 0.38 | 0.44 | 0 | 0.20 | 248.67 | 0.47 | 0.63 |
| Hex | 80 | 73 | CD | 26 | 2C | 0 | 14 | F9 | 2F | 3F |
| Octal | 200 | 163 | 315 | 46 | 54 | 0 | 24 | 371 | 57 | 77 |
| Binary | 10000000 | 1110011 | 11001101 | 100110 | 101100 | 0 | 10100 | 11111001 | 101111 | 111111 |
Color Harmonies of #8073CD
Complementary color
Monochromatic Colors of #8073CD
Black with #8073CD
Text Example
Text Example
White with #8073CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073CD; }
p { color: rgb(128,115,205); }
H1.HeaderClassName
{
color: #8073CD;
}
.AnyTagClassName
{
color: #8073CD;
}
</style>
background-color css
<style>
a { background-color: #8073CD; }
a { background-color: rgb(128,115,205); }
div.DivClassName
{
background-color: #8073CD;
}
.BgClassName
{
background-color: #8073CD;
}
</style>
border-color css
<style>
span { border-color: #8073CD; }
span { border-color: rgb(128,115,205); }
td.TdClassName
{
border-color: #8073CD;
}
.TagClassName
{
border-color: #8073CD;
}
</style>