Shades of Moody Blue #8C7ACC
Tints of Moody Blue #8C7ACC
RGB
CMYK
RGB Variations
Color information
#8C7ACC (or 0x8C7ACC) is known color: Moody Blue. HEX triplet: 8C, 7A and CC. RGB value is (140,122,204). Sum of RGB (Red+Green+Blue) = 140+122+204=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C7ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ACC is #738533. Grayscale: #888888. Windows color (decimal): -7570740 or 13400716. OLE color: 13400716.
HSL color Cylindrical-coordinate representation of color #8C7ACC: hue angle of 253.17º 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 #8C7ACC is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 122 | 204 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.2 |
| HSL | 253.17º | 0.45% | 0.64% | - |
| HSV(B) | 253.17º | 0.4% | 0.8% | - |
| XYZ | 28.67 | 23.85 | 60.22 | - |
| YUV | 136.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 204 | 0.31 | 0.40 | 0 | 0.2 | 253.17 | 0.45 | 0.64 |
| Hex | 8C | 7A | CC | 1F | 28 | 0 | 14 | FD | 2D | 40 |
| Octal | 214 | 172 | 314 | 37 | 50 | 0 | 24 | 375 | 55 | 100 |
| Binary | 10001100 | 1111010 | 11001100 | 11111 | 101000 | 0 | 10100 | 11111101 | 101101 | 1000000 |
Color Harmonies of #8C7ACC
Complementary color
Monochromatic Colors of #8C7ACC
Black with #8C7ACC
Text Example
Text Example
White with #8C7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7ACC; }
p { color: rgb(140,122,204); }
H1.HeaderClassName
{
color: #8C7ACC;
}
.AnyTagClassName
{
color: #8C7ACC;
}
</style>
background-color css
<style>
a { background-color: #8C7ACC; }
a { background-color: rgb(140,122,204); }
div.DivClassName
{
background-color: #8C7ACC;
}
.BgClassName
{
background-color: #8C7ACC;
}
</style>
border-color css
<style>
span { border-color: #8C7ACC; }
span { border-color: rgb(140,122,204); }
td.TdClassName
{
border-color: #8C7ACC;
}
.TagClassName
{
border-color: #8C7ACC;
}
</style>