Shades of Moody Blue #8071C1
Tints of Moody Blue #8071C1
RGB
CMYK
RGB Variations
Color information
#8071C1 (or 0x8071C1) is known color: Moody Blue. HEX triplet: 80, 71 and C1. RGB value is (128,113,193). Sum of RGB (Red+Green+Blue) = 128+113+193=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #8071C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8071C1 is #7F8E3E. Grayscale: #7E7E7E. Windows color (decimal): -8359487 or 12677504. OLE color: 12677504.
HSL color Cylindrical-coordinate representation of color #8071C1: hue angle of 251.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8071C1 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 113 | 193 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.24 |
| HSL | 251.25º | 0.39% | 0.6% | - |
| HSV(B) | 251.25º | 0.41% | 0.76% | - |
| XYZ | 24.43 | 20.25 | 53.07 | - |
| YUV | 126.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 193 | 0.34 | 0.41 | 0 | 0.24 | 251.25 | 0.39 | 0.6 |
| Hex | 80 | 71 | C1 | 22 | 29 | 0 | 18 | FB | 27 | 3C |
| Octal | 200 | 161 | 301 | 42 | 51 | 0 | 30 | 373 | 47 | 74 |
| Binary | 10000000 | 1110001 | 11000001 | 100010 | 101001 | 0 | 11000 | 11111011 | 100111 | 111100 |
Color Harmonies of #8071C1
Complementary color
Monochromatic Colors of #8071C1
Black with #8071C1
Text Example
Text Example
White with #8071C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8071C1; }
p { color: rgb(128,113,193); }
H1.HeaderClassName
{
color: #8071C1;
}
.AnyTagClassName
{
color: #8071C1;
}
</style>
background-color css
<style>
a { background-color: #8071C1; }
a { background-color: rgb(128,113,193); }
div.DivClassName
{
background-color: #8071C1;
}
.BgClassName
{
background-color: #8071C1;
}
</style>
border-color css
<style>
span { border-color: #8071C1; }
span { border-color: rgb(128,113,193); }
td.TdClassName
{
border-color: #8071C1;
}
.TagClassName
{
border-color: #8071C1;
}
</style>