Shades of Moody Blue #807ACC
Tints of Moody Blue #807ACC
RGB
CMYK
RGB Variations
Color information
#807ACC (or 0x807ACC) is known color: Moody Blue. HEX triplet: 80, 7A and CC. RGB value is (128,122,204). Sum of RGB (Red+Green+Blue) = 128+122+204=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #807ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ACC is #7F8533. Grayscale: #848484. Windows color (decimal): -8357172 or 13400704. OLE color: 13400704.
HSL color Cylindrical-coordinate representation of color #807ACC: hue angle of 244.39º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #807ACC is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 122 | 204 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.2 |
| HSL | 244.39º | 0.45% | 0.64% | - |
| HSV(B) | 244.39º | 0.4% | 0.8% | - |
| XYZ | 26.76 | 22.87 | 60.13 | - |
| YUV | 133.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 204 | 0.37 | 0.40 | 0 | 0.2 | 244.39 | 0.45 | 0.64 |
| Hex | 80 | 7A | CC | 25 | 28 | 0 | 14 | F4 | 2D | 40 |
| Octal | 200 | 172 | 314 | 45 | 50 | 0 | 24 | 364 | 55 | 100 |
| Binary | 10000000 | 1111010 | 11001100 | 100101 | 101000 | 0 | 10100 | 11110100 | 101101 | 1000000 |
Color Harmonies of #807ACC
Complementary color
Monochromatic Colors of #807ACC
Black with #807ACC
Text Example
Text Example
White with #807ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807ACC; }
p { color: rgb(128,122,204); }
H1.HeaderClassName
{
color: #807ACC;
}
.AnyTagClassName
{
color: #807ACC;
}
</style>
background-color css
<style>
a { background-color: #807ACC; }
a { background-color: rgb(128,122,204); }
div.DivClassName
{
background-color: #807ACC;
}
.BgClassName
{
background-color: #807ACC;
}
</style>
border-color css
<style>
span { border-color: #807ACC; }
span { border-color: rgb(128,122,204); }
td.TdClassName
{
border-color: #807ACC;
}
.TagClassName
{
border-color: #807ACC;
}
</style>