Shades of Moody Blue #8073C4
Tints of Moody Blue #8073C4
RGB
CMYK
RGB Variations
Color information
#8073C4 (or 0x8073C4) is known color: Moody Blue. HEX triplet: 80, 73 and C4. RGB value is (128,115,196). Sum of RGB (Red+Green+Blue) = 128+115+196=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #8073C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073C4 is #7F8C3B. Grayscale: #7F7F7F. Windows color (decimal): -8358972 or 12874624. OLE color: 12874624.
HSL color Cylindrical-coordinate representation of color #8073C4: hue angle of 249.63º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8073C4 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 115 | 196 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.23 |
| HSL | 249.63º | 0.41% | 0.61% | - |
| HSV(B) | 249.63º | 0.41% | 0.77% | - |
| XYZ | 25 | 20.84 | 54.93 | - |
| YUV | 128.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 196 | 0.35 | 0.41 | 0 | 0.23 | 249.63 | 0.41 | 0.61 |
| Hex | 80 | 73 | C4 | 23 | 29 | 0 | 17 | FA | 29 | 3D |
| Octal | 200 | 163 | 304 | 43 | 51 | 0 | 27 | 372 | 51 | 75 |
| Binary | 10000000 | 1110011 | 11000100 | 100011 | 101001 | 0 | 10111 | 11111010 | 101001 | 111101 |
Color Harmonies of #8073C4
Complementary color
Monochromatic Colors of #8073C4
Black with #8073C4
Text Example
Text Example
White with #8073C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073C4; }
p { color: rgb(128,115,196); }
H1.HeaderClassName
{
color: #8073C4;
}
.AnyTagClassName
{
color: #8073C4;
}
</style>
background-color css
<style>
a { background-color: #8073C4; }
a { background-color: rgb(128,115,196); }
div.DivClassName
{
background-color: #8073C4;
}
.BgClassName
{
background-color: #8073C4;
}
</style>
border-color css
<style>
span { border-color: #8073C4; }
span { border-color: rgb(128,115,196); }
td.TdClassName
{
border-color: #8073C4;
}
.TagClassName
{
border-color: #8073C4;
}
</style>