Shades of Moody Blue #8C7CC2
Tints of Moody Blue #8C7CC2
RGB
CMYK
RGB Variations
Color information
#8C7CC2 (or 0x8C7CC2) is known color: Moody Blue. HEX triplet: 8C, 7C and C2. RGB value is (140,124,194). Sum of RGB (Red+Green+Blue) = 140+124+194=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 194 - color contains mainly: blue. Hex color #8C7CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7CC2 is #73833D. Grayscale: #888888. Windows color (decimal): -7570238 or 12745868. OLE color: 12745868.
HSL color Cylindrical-coordinate representation of color #8C7CC2: hue angle of 253.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C7CC2 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 124 | 194 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.24 |
| HSL | 253.71º | 0.36% | 0.62% | - |
| HSV(B) | 253.71º | 0.36% | 0.76% | - |
| XYZ | 27.76 | 23.89 | 54.19 | - |
| YUV | 136.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 194 | 0.28 | 0.36 | 0 | 0.24 | 253.71 | 0.36 | 0.62 |
| Hex | 8C | 7C | C2 | 1C | 24 | 0 | 18 | FE | 24 | 3E |
| Octal | 214 | 174 | 302 | 34 | 44 | 0 | 30 | 376 | 44 | 76 |
| Binary | 10001100 | 1111100 | 11000010 | 11100 | 100100 | 0 | 11000 | 11111110 | 100100 | 111110 |
Color Harmonies of #8C7CC2
Complementary color
Monochromatic Colors of #8C7CC2
Black with #8C7CC2
Text Example
Text Example
White with #8C7CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CC2; }
p { color: rgb(140,124,194); }
H1.HeaderClassName
{
color: #8C7CC2;
}
.AnyTagClassName
{
color: #8C7CC2;
}
</style>
background-color css
<style>
a { background-color: #8C7CC2; }
a { background-color: rgb(140,124,194); }
div.DivClassName
{
background-color: #8C7CC2;
}
.BgClassName
{
background-color: #8C7CC2;
}
</style>
border-color css
<style>
span { border-color: #8C7CC2; }
span { border-color: rgb(140,124,194); }
td.TdClassName
{
border-color: #8C7CC2;
}
.TagClassName
{
border-color: #8C7CC2;
}
</style>