Shades of Moody Blue #806DC2
Tints of Moody Blue #806DC2
RGB
CMYK
RGB Variations
Color information
#806DC2 (or 0x806DC2) is known color: Moody Blue. HEX triplet: 80, 6D and C2. RGB value is (128,109,194). Sum of RGB (Red+Green+Blue) = 128+109+194=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #806DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DC2 is #7F923D. Grayscale: #7C7C7C. Windows color (decimal): -8360510 or 12742016. OLE color: 12742016.
HSL color Cylindrical-coordinate representation of color #806DC2: hue angle of 253.41º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #806DC2 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 109 | 194 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.24 |
| HSL | 253.41º | 0.41% | 0.59% | - |
| HSV(B) | 253.41º | 0.44% | 0.76% | - |
| XYZ | 24.11 | 19.42 | 53.52 | - |
| YUV | 124.37 | 167.29 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 194 | 0.34 | 0.44 | 0 | 0.24 | 253.41 | 0.41 | 0.59 |
| Hex | 80 | 6D | C2 | 22 | 2C | 0 | 18 | FD | 29 | 3B |
| Octal | 200 | 155 | 302 | 42 | 54 | 0 | 30 | 375 | 51 | 73 |
| Binary | 10000000 | 1101101 | 11000010 | 100010 | 101100 | 0 | 11000 | 11111101 | 101001 | 111011 |
Color Harmonies of #806DC2
Complementary color
Monochromatic Colors of #806DC2
Black with #806DC2
Text Example
Text Example
White with #806DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806DC2; }
p { color: rgb(128,109,194); }
H1.HeaderClassName
{
color: #806DC2;
}
.AnyTagClassName
{
color: #806DC2;
}
</style>
background-color css
<style>
a { background-color: #806DC2; }
a { background-color: rgb(128,109,194); }
div.DivClassName
{
background-color: #806DC2;
}
.BgClassName
{
background-color: #806DC2;
}
</style>
border-color css
<style>
span { border-color: #806DC2; }
span { border-color: rgb(128,109,194); }
td.TdClassName
{
border-color: #806DC2;
}
.TagClassName
{
border-color: #806DC2;
}
</style>