Shades of Moody Blue #806ACB
Tints of Moody Blue #806ACB
RGB
CMYK
RGB Variations
Color information
#806ACB (or 0x806ACB) is known color: Moody Blue. HEX triplet: 80, 6A and CB. RGB value is (128,106,203). Sum of RGB (Red+Green+Blue) = 128+106+203=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #806ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ACB is #7F9534. Grayscale: #7B7B7B. Windows color (decimal): -8361269 or 13331072. OLE color: 13331072.
HSL color Cylindrical-coordinate representation of color #806ACB: hue angle of 253.61º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806ACB is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 106 | 203 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.20 |
| HSL | 253.61º | 0.48% | 0.61% | - |
| HSV(B) | 253.61º | 0.48% | 0.8% | - |
| XYZ | 24.84 | 19.21 | 58.9 | - |
| YUV | 123.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 203 | 0.37 | 0.48 | 0 | 0.20 | 253.61 | 0.48 | 0.61 |
| Hex | 80 | 6A | CB | 25 | 30 | 0 | 14 | FE | 30 | 3D |
| Octal | 200 | 152 | 313 | 45 | 60 | 0 | 24 | 376 | 60 | 75 |
| Binary | 10000000 | 1101010 | 11001011 | 100101 | 110000 | 0 | 10100 | 11111110 | 110000 | 111101 |
Color Harmonies of #806ACB
Complementary color
Monochromatic Colors of #806ACB
Black with #806ACB
Text Example
Text Example
White with #806ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806ACB; }
p { color: rgb(128,106,203); }
H1.HeaderClassName
{
color: #806ACB;
}
.AnyTagClassName
{
color: #806ACB;
}
</style>
background-color css
<style>
a { background-color: #806ACB; }
a { background-color: rgb(128,106,203); }
div.DivClassName
{
background-color: #806ACB;
}
.BgClassName
{
background-color: #806ACB;
}
</style>
border-color css
<style>
span { border-color: #806ACB; }
span { border-color: rgb(128,106,203); }
td.TdClassName
{
border-color: #806ACB;
}
.TagClassName
{
border-color: #806ACB;
}
</style>