Shades of Moody Blue #806CCC
Tints of Moody Blue #806CCC
RGB
CMYK
RGB Variations
Color information
#806CCC (or 0x806CCC) is known color: Moody Blue. HEX triplet: 80, 6C and CC. RGB value is (128,108,204). Sum of RGB (Red+Green+Blue) = 128+108+204=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #806CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806CCC is #7F9333. Grayscale: #7C7C7C. Windows color (decimal): -8360756 or 13397120. OLE color: 13397120.
HSL color Cylindrical-coordinate representation of color #806CCC: hue angle of 252.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #806CCC is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 108 | 204 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.2 |
| HSL | 252.5º | 0.48% | 0.61% | - |
| HSV(B) | 252.5º | 0.47% | 0.8% | - |
| XYZ | 25.16 | 19.67 | 59.6 | - |
| YUV | 124.92 | 172.63 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 204 | 0.37 | 0.47 | 0 | 0.2 | 252.5 | 0.48 | 0.61 |
| Hex | 80 | 6C | CC | 25 | 2F | 0 | 14 | FD | 30 | 3D |
| Octal | 200 | 154 | 314 | 45 | 57 | 0 | 24 | 375 | 60 | 75 |
| Binary | 10000000 | 1101100 | 11001100 | 100101 | 101111 | 0 | 10100 | 11111101 | 110000 | 111101 |
Color Harmonies of #806CCC
Complementary color
Monochromatic Colors of #806CCC
Black with #806CCC
Text Example
Text Example
White with #806CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806CCC; }
p { color: rgb(128,108,204); }
H1.HeaderClassName
{
color: #806CCC;
}
.AnyTagClassName
{
color: #806CCC;
}
</style>
background-color css
<style>
a { background-color: #806CCC; }
a { background-color: rgb(128,108,204); }
div.DivClassName
{
background-color: #806CCC;
}
.BgClassName
{
background-color: #806CCC;
}
</style>
border-color css
<style>
span { border-color: #806CCC; }
span { border-color: rgb(128,108,204); }
td.TdClassName
{
border-color: #806CCC;
}
.TagClassName
{
border-color: #806CCC;
}
</style>