Shades of Moody Blue #806ACE
Tints of Moody Blue #806ACE
RGB
CMYK
RGB Variations
Color information
#806ACE (or 0x806ACE) is known color: Moody Blue. HEX triplet: 80, 6A and CE. RGB value is (128,106,206). Sum of RGB (Red+Green+Blue) = 128+106+206=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #806ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ACE is #7F9531. Grayscale: #7B7B7B. Windows color (decimal): -8361266 or 13527680. OLE color: 13527680.
HSL color Cylindrical-coordinate representation of color #806ACE: hue angle of 253.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #806ACE is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 106 | 206 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.19 |
| HSL | 253.2º | 0.51% | 0.61% | - |
| HSV(B) | 253.2º | 0.49% | 0.81% | - |
| XYZ | 25.2 | 19.35 | 60.8 | - |
| YUV | 123.98 | 174.29 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 206 | 0.38 | 0.49 | 0 | 0.19 | 253.2 | 0.51 | 0.61 |
| Hex | 80 | 6A | CE | 26 | 31 | 0 | 13 | FD | 33 | 3D |
| Octal | 200 | 152 | 316 | 46 | 61 | 0 | 23 | 375 | 63 | 75 |
| Binary | 10000000 | 1101010 | 11001110 | 100110 | 110001 | 0 | 10011 | 11111101 | 110011 | 111101 |
Color Harmonies of #806ACE
Complementary color
Monochromatic Colors of #806ACE
Black with #806ACE
Text Example
Text Example
White with #806ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806ACE; }
p { color: rgb(128,106,206); }
H1.HeaderClassName
{
color: #806ACE;
}
.AnyTagClassName
{
color: #806ACE;
}
</style>
background-color css
<style>
a { background-color: #806ACE; }
a { background-color: rgb(128,106,206); }
div.DivClassName
{
background-color: #806ACE;
}
.BgClassName
{
background-color: #806ACE;
}
</style>
border-color css
<style>
span { border-color: #806ACE; }
span { border-color: rgb(128,106,206); }
td.TdClassName
{
border-color: #806ACE;
}
.TagClassName
{
border-color: #806ACE;
}
</style>