Shades of Moody Blue #8B7EC1
Tints of Moody Blue #8B7EC1
RGB
CMYK
RGB Variations
Color information
#8B7EC1 (or 0x8B7EC1) is known color: Moody Blue. HEX triplet: 8B, 7E and C1. RGB value is (139,126,193). Sum of RGB (Red+Green+Blue) = 139+126+193=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 126 (49.61% from 255 or 27.51% 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 #8B7EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7EC1 is #74813E. Grayscale: #898989. Windows color (decimal): -7635263 or 12680843. OLE color: 12680843.
HSL color Cylindrical-coordinate representation of color #8B7EC1: hue angle of 251.64º 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 #8B7EC1 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 126 | 193 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.24 |
| HSL | 251.64º | 0.35% | 0.63% | - |
| HSV(B) | 251.64º | 0.35% | 0.76% | - |
| XYZ | 27.73 | 24.26 | 53.67 | - |
| YUV | 137.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 193 | 0.28 | 0.35 | 0 | 0.24 | 251.64 | 0.35 | 0.63 |
| Hex | 8B | 7E | C1 | 1C | 23 | 0 | 18 | FC | 23 | 3F |
| Octal | 213 | 176 | 301 | 34 | 43 | 0 | 30 | 374 | 43 | 77 |
| Binary | 10001011 | 1111110 | 11000001 | 11100 | 100011 | 0 | 11000 | 11111100 | 100011 | 111111 |
Color Harmonies of #8B7EC1
Complementary color
Monochromatic Colors of #8B7EC1
Black with #8B7EC1
Text Example
Text Example
White with #8B7EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7EC1; }
p { color: rgb(139,126,193); }
H1.HeaderClassName
{
color: #8B7EC1;
}
.AnyTagClassName
{
color: #8B7EC1;
}
</style>
background-color css
<style>
a { background-color: #8B7EC1; }
a { background-color: rgb(139,126,193); }
div.DivClassName
{
background-color: #8B7EC1;
}
.BgClassName
{
background-color: #8B7EC1;
}
</style>
border-color css
<style>
span { border-color: #8B7EC1; }
span { border-color: rgb(139,126,193); }
td.TdClassName
{
border-color: #8B7EC1;
}
.TagClassName
{
border-color: #8B7EC1;
}
</style>