Shades of Moody Blue #806EBD
Tints of Moody Blue #806EBD
RGB
CMYK
RGB Variations
Color information
#806EBD (or 0x806EBD) is known color: Moody Blue. HEX triplet: 80, 6E and BD. RGB value is (128,110,189). Sum of RGB (Red+Green+Blue) = 128+110+189=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #806EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806EBD is #7F9142. Grayscale: #7C7C7C. Windows color (decimal): -8360259 or 12414592. OLE color: 12414592.
HSL color Cylindrical-coordinate representation of color #806EBD: hue angle of 253.67º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #806EBD is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 110 | 189 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.26 |
| HSL | 253.67º | 0.37% | 0.59% | - |
| HSV(B) | 253.67º | 0.42% | 0.74% | - |
| XYZ | 23.66 | 19.42 | 50.64 | - |
| YUV | 124.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 110 | 189 | 0.32 | 0.42 | 0 | 0.26 | 253.67 | 0.37 | 0.59 |
| Hex | 80 | 6E | BD | 20 | 2A | 0 | 1A | FE | 25 | 3B |
| Octal | 200 | 156 | 275 | 40 | 52 | 0 | 32 | 376 | 45 | 73 |
| Binary | 10000000 | 1101110 | 10111101 | 100000 | 101010 | 0 | 11010 | 11111110 | 100101 | 111011 |
Color Harmonies of #806EBD
Complementary color
Monochromatic Colors of #806EBD
Black with #806EBD
Text Example
Text Example
White with #806EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806EBD; }
p { color: rgb(128,110,189); }
H1.HeaderClassName
{
color: #806EBD;
}
.AnyTagClassName
{
color: #806EBD;
}
</style>
background-color css
<style>
a { background-color: #806EBD; }
a { background-color: rgb(128,110,189); }
div.DivClassName
{
background-color: #806EBD;
}
.BgClassName
{
background-color: #806EBD;
}
</style>
border-color css
<style>
span { border-color: #806EBD; }
span { border-color: rgb(128,110,189); }
td.TdClassName
{
border-color: #806EBD;
}
.TagClassName
{
border-color: #806EBD;
}
</style>