Shades of Moody Blue #806DC1
Tints of Moody Blue #806DC1
RGB
CMYK
RGB Variations
Color information
#806DC1 (or 0x806DC1) is known color: Moody Blue. HEX triplet: 80, 6D and C1. RGB value is (128,109,193). Sum of RGB (Red+Green+Blue) = 128+109+193=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #806DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DC1 is #7F923E. Grayscale: #7B7B7B. Windows color (decimal): -8360511 or 12676480. OLE color: 12676480.
HSL color Cylindrical-coordinate representation of color #806DC1: hue angle of 253.57º degrees, saturation: 0.4, 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 #806DC1 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 109 | 193 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.24 |
| HSL | 253.57º | 0.4% | 0.59% | - |
| HSV(B) | 253.57º | 0.44% | 0.76% | - |
| XYZ | 24 | 19.38 | 52.93 | - |
| YUV | 124.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 193 | 0.34 | 0.44 | 0 | 0.24 | 253.57 | 0.4 | 0.59 |
| Hex | 80 | 6D | C1 | 22 | 2C | 0 | 18 | FE | 28 | 3B |
| Octal | 200 | 155 | 301 | 42 | 54 | 0 | 30 | 376 | 50 | 73 |
| Binary | 10000000 | 1101101 | 11000001 | 100010 | 101100 | 0 | 11000 | 11111110 | 101000 | 111011 |
Color Harmonies of #806DC1
Complementary color
Monochromatic Colors of #806DC1
Black with #806DC1
Text Example
Text Example
White with #806DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806DC1; }
p { color: rgb(128,109,193); }
H1.HeaderClassName
{
color: #806DC1;
}
.AnyTagClassName
{
color: #806DC1;
}
</style>
background-color css
<style>
a { background-color: #806DC1; }
a { background-color: rgb(128,109,193); }
div.DivClassName
{
background-color: #806DC1;
}
.BgClassName
{
background-color: #806DC1;
}
</style>
border-color css
<style>
span { border-color: #806DC1; }
span { border-color: rgb(128,109,193); }
td.TdClassName
{
border-color: #806DC1;
}
.TagClassName
{
border-color: #806DC1;
}
</style>