Shades of Moody Blue #8B7ECC
Tints of Moody Blue #8B7ECC
RGB
CMYK
RGB Variations
Color information
#8B7ECC (or 0x8B7ECC) is known color: Moody Blue. HEX triplet: 8B, 7E and CC. RGB value is (139,126,204). Sum of RGB (Red+Green+Blue) = 139+126+204=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B7ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ECC is #748133. Grayscale: #8A8A8A. Windows color (decimal): -7635252 or 13401739. OLE color: 13401739.
HSL color Cylindrical-coordinate representation of color #8B7ECC: hue angle of 250º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B7ECC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 126 | 204 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.2 |
| HSL | 250º | 0.43% | 0.65% | - |
| HSV(B) | 250º | 0.38% | 0.8% | - |
| XYZ | 29.01 | 24.77 | 60.38 | - |
| YUV | 138.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 204 | 0.32 | 0.38 | 0 | 0.2 | 250 | 0.43 | 0.65 |
| Hex | 8B | 7E | CC | 20 | 26 | 0 | 14 | FA | 2B | 41 |
| Octal | 213 | 176 | 314 | 40 | 46 | 0 | 24 | 372 | 53 | 101 |
| Binary | 10001011 | 1111110 | 11001100 | 100000 | 100110 | 0 | 10100 | 11111010 | 101011 | 1000001 |
Color Harmonies of #8B7ECC
Complementary color
Monochromatic Colors of #8B7ECC
Black with #8B7ECC
Text Example
Text Example
White with #8B7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7ECC; }
p { color: rgb(139,126,204); }
H1.HeaderClassName
{
color: #8B7ECC;
}
.AnyTagClassName
{
color: #8B7ECC;
}
</style>
background-color css
<style>
a { background-color: #8B7ECC; }
a { background-color: rgb(139,126,204); }
div.DivClassName
{
background-color: #8B7ECC;
}
.BgClassName
{
background-color: #8B7ECC;
}
</style>
border-color css
<style>
span { border-color: #8B7ECC; }
span { border-color: rgb(139,126,204); }
td.TdClassName
{
border-color: #8B7ECC;
}
.TagClassName
{
border-color: #8B7ECC;
}
</style>