Shades of Moody Blue #8C7BD6
Tints of Moody Blue #8C7BD6
RGB
CMYK
RGB Variations
Color information
#8C7BD6 (or 0x8C7BD6) is known color: Moody Blue. HEX triplet: 8C, 7B and D6. RGB value is (140,123,214). Sum of RGB (Red+Green+Blue) = 140+123+214=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #8C7BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BD6 is #738429. Grayscale: #8A8A8A. Windows color (decimal): -7570474 or 14056332. OLE color: 14056332.
HSL color Cylindrical-coordinate representation of color #8C7BD6: hue angle of 251.21º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C7BD6 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 123 | 214 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.16 |
| HSL | 251.21º | 0.53% | 0.66% | - |
| HSV(B) | 251.21º | 0.43% | 0.84% | - |
| XYZ | 30.04 | 24.6 | 66.78 | - |
| YUV | 138.46 | 170.63 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 214 | 0.35 | 0.43 | 0 | 0.16 | 251.21 | 0.53 | 0.66 |
| Hex | 8C | 7B | D6 | 23 | 2B | 0 | 10 | FB | 35 | 42 |
| Octal | 214 | 173 | 326 | 43 | 53 | 0 | 20 | 373 | 65 | 102 |
| Binary | 10001100 | 1111011 | 11010110 | 100011 | 101011 | 0 | 10000 | 11111011 | 110101 | 1000010 |
Color Harmonies of #8C7BD6
Complementary color
Monochromatic Colors of #8C7BD6
Black with #8C7BD6
Text Example
Text Example
White with #8C7BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7BD6; }
p { color: rgb(140,123,214); }
H1.HeaderClassName
{
color: #8C7BD6;
}
.AnyTagClassName
{
color: #8C7BD6;
}
</style>
background-color css
<style>
a { background-color: #8C7BD6; }
a { background-color: rgb(140,123,214); }
div.DivClassName
{
background-color: #8C7BD6;
}
.BgClassName
{
background-color: #8C7BD6;
}
</style>
border-color css
<style>
span { border-color: #8C7BD6; }
span { border-color: rgb(140,123,214); }
td.TdClassName
{
border-color: #8C7BD6;
}
.TagClassName
{
border-color: #8C7BD6;
}
</style>