Shades of Moody Blue #8C7EC1
Tints of Moody Blue #8C7EC1
RGB
CMYK
RGB Variations
Color information
#8C7EC1 (or 0x8C7EC1) is known color: Moody Blue. HEX triplet: 8C, 7E and C1. RGB value is (140,126,193). Sum of RGB (Red+Green+Blue) = 140+126+193=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C7EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7EC1 is #73813E. Grayscale: #898989. Windows color (decimal): -7569727 or 12680844. OLE color: 12680844.
HSL color Cylindrical-coordinate representation of color #8C7EC1: hue angle of 252.54º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C7EC1 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 126 | 193 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.24 |
| HSL | 252.54º | 0.35% | 0.63% | - |
| HSV(B) | 252.54º | 0.35% | 0.76% | - |
| XYZ | 27.9 | 24.35 | 53.68 | - |
| YUV | 137.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 193 | 0.27 | 0.35 | 0 | 0.24 | 252.54 | 0.35 | 0.63 |
| Hex | 8C | 7E | C1 | 1B | 23 | 0 | 18 | FD | 23 | 3F |
| Octal | 214 | 176 | 301 | 33 | 43 | 0 | 30 | 375 | 43 | 77 |
| Binary | 10001100 | 1111110 | 11000001 | 11011 | 100011 | 0 | 11000 | 11111101 | 100011 | 111111 |
Color Harmonies of #8C7EC1
Complementary color
Monochromatic Colors of #8C7EC1
Black with #8C7EC1
Text Example
Text Example
White with #8C7EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EC1; }
p { color: rgb(140,126,193); }
H1.HeaderClassName
{
color: #8C7EC1;
}
.AnyTagClassName
{
color: #8C7EC1;
}
</style>
background-color css
<style>
a { background-color: #8C7EC1; }
a { background-color: rgb(140,126,193); }
div.DivClassName
{
background-color: #8C7EC1;
}
.BgClassName
{
background-color: #8C7EC1;
}
</style>
border-color css
<style>
span { border-color: #8C7EC1; }
span { border-color: rgb(140,126,193); }
td.TdClassName
{
border-color: #8C7EC1;
}
.TagClassName
{
border-color: #8C7EC1;
}
</style>