Shades of Moody Blue #806FC2
Tints of Moody Blue #806FC2
RGB
CMYK
RGB Variations
Color information
#806FC2 (or 0x806FC2) is known color: Moody Blue. HEX triplet: 80, 6F and C2. RGB value is (128,111,194). Sum of RGB (Red+Green+Blue) = 128+111+194=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #806FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FC2 is #7F903D. Grayscale: #7D7D7D. Windows color (decimal): -8359998 or 12742528. OLE color: 12742528.
HSL color Cylindrical-coordinate representation of color #806FC2: hue angle of 252.29º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #806FC2 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 111 | 194 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.24 |
| HSL | 252.29º | 0.4% | 0.6% | - |
| HSV(B) | 252.29º | 0.43% | 0.76% | - |
| XYZ | 24.32 | 19.85 | 53.59 | - |
| YUV | 125.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 194 | 0.34 | 0.43 | 0 | 0.24 | 252.29 | 0.4 | 0.6 |
| Hex | 80 | 6F | C2 | 22 | 2B | 0 | 18 | FC | 28 | 3C |
| Octal | 200 | 157 | 302 | 42 | 53 | 0 | 30 | 374 | 50 | 74 |
| Binary | 10000000 | 1101111 | 11000010 | 100010 | 101011 | 0 | 11000 | 11111100 | 101000 | 111100 |
Color Harmonies of #806FC2
Complementary color
Monochromatic Colors of #806FC2
Black with #806FC2
Text Example
Text Example
White with #806FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806FC2; }
p { color: rgb(128,111,194); }
H1.HeaderClassName
{
color: #806FC2;
}
.AnyTagClassName
{
color: #806FC2;
}
</style>
background-color css
<style>
a { background-color: #806FC2; }
a { background-color: rgb(128,111,194); }
div.DivClassName
{
background-color: #806FC2;
}
.BgClassName
{
background-color: #806FC2;
}
</style>
border-color css
<style>
span { border-color: #806FC2; }
span { border-color: rgb(128,111,194); }
td.TdClassName
{
border-color: #806FC2;
}
.TagClassName
{
border-color: #806FC2;
}
</style>