Shades of Moody Blue #8C7DC1
Tints of Moody Blue #8C7DC1
RGB
CMYK
RGB Variations
Color information
#8C7DC1 (or 0x8C7DC1) is known color: Moody Blue. HEX triplet: 8C, 7D and C1. RGB value is (140,125,193). Sum of RGB (Red+Green+Blue) = 140+125+193=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C7DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DC1 is #73823E. Grayscale: #888888. Windows color (decimal): -7569983 or 12680588. OLE color: 12680588.
HSL color Cylindrical-coordinate representation of color #8C7DC1: hue angle of 253.24º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C7DC1 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 125 | 193 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.24 |
| HSL | 253.24º | 0.35% | 0.62% | - |
| HSV(B) | 253.24º | 0.35% | 0.76% | - |
| XYZ | 27.77 | 24.09 | 53.64 | - |
| YUV | 137.24 | 159.47 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 193 | 0.27 | 0.35 | 0 | 0.24 | 253.24 | 0.35 | 0.62 |
| Hex | 8C | 7D | C1 | 1B | 23 | 0 | 18 | FD | 23 | 3E |
| Octal | 214 | 175 | 301 | 33 | 43 | 0 | 30 | 375 | 43 | 76 |
| Binary | 10001100 | 1111101 | 11000001 | 11011 | 100011 | 0 | 11000 | 11111101 | 100011 | 111110 |
Color Harmonies of #8C7DC1
Complementary color
Monochromatic Colors of #8C7DC1
Black with #8C7DC1
Text Example
Text Example
White with #8C7DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DC1; }
p { color: rgb(140,125,193); }
H1.HeaderClassName
{
color: #8C7DC1;
}
.AnyTagClassName
{
color: #8C7DC1;
}
</style>
background-color css
<style>
a { background-color: #8C7DC1; }
a { background-color: rgb(140,125,193); }
div.DivClassName
{
background-color: #8C7DC1;
}
.BgClassName
{
background-color: #8C7DC1;
}
</style>
border-color css
<style>
span { border-color: #8C7DC1; }
span { border-color: rgb(140,125,193); }
td.TdClassName
{
border-color: #8C7DC1;
}
.TagClassName
{
border-color: #8C7DC1;
}
</style>