Shades of Moody Blue #807CCC
Tints of Moody Blue #807CCC
RGB
CMYK
RGB Variations
Color information
#807CCC (or 0x807CCC) is known color: Moody Blue. HEX triplet: 80, 7C and CC. RGB value is (128,124,204). Sum of RGB (Red+Green+Blue) = 128+124+204=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #807CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CCC is #7F8333. Grayscale: #868686. Windows color (decimal): -8356660 or 13401216. OLE color: 13401216.
HSL color Cylindrical-coordinate representation of color #807CCC: hue angle of 243º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #807CCC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 124 | 204 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.2 |
| HSL | 243º | 0.44% | 0.64% | - |
| HSV(B) | 243º | 0.39% | 0.8% | - |
| XYZ | 27.01 | 23.36 | 60.21 | - |
| YUV | 134.32 | 167.33 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 204 | 0.37 | 0.39 | 0 | 0.2 | 243 | 0.44 | 0.64 |
| Hex | 80 | 7C | CC | 25 | 27 | 0 | 14 | F3 | 2C | 40 |
| Octal | 200 | 174 | 314 | 45 | 47 | 0 | 24 | 363 | 54 | 100 |
| Binary | 10000000 | 1111100 | 11001100 | 100101 | 100111 | 0 | 10100 | 11110011 | 101100 | 1000000 |
Color Harmonies of #807CCC
Complementary color
Monochromatic Colors of #807CCC
Black with #807CCC
Text Example
Text Example
White with #807CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CCC; }
p { color: rgb(128,124,204); }
H1.HeaderClassName
{
color: #807CCC;
}
.AnyTagClassName
{
color: #807CCC;
}
</style>
background-color css
<style>
a { background-color: #807CCC; }
a { background-color: rgb(128,124,204); }
div.DivClassName
{
background-color: #807CCC;
}
.BgClassName
{
background-color: #807CCC;
}
</style>
border-color css
<style>
span { border-color: #807CCC; }
span { border-color: rgb(128,124,204); }
td.TdClassName
{
border-color: #807CCC;
}
.TagClassName
{
border-color: #807CCC;
}
</style>