Shades of Moody Blue #8B7EC6
Tints of Moody Blue #8B7EC6
RGB
CMYK
RGB Variations
Color information
#8B7EC6 (or 0x8B7EC6) is known color: Moody Blue. HEX triplet: 8B, 7E and C6. RGB value is (139,126,198). Sum of RGB (Red+Green+Blue) = 139+126+198=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #8B7EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7EC6 is #748139. Grayscale: #898989. Windows color (decimal): -7635258 or 13008523. OLE color: 13008523.
HSL color Cylindrical-coordinate representation of color #8B7EC6: hue angle of 250.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B7EC6 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 126 | 198 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.22 |
| HSL | 250.83º | 0.39% | 0.64% | - |
| HSV(B) | 250.83º | 0.36% | 0.78% | - |
| XYZ | 28.3 | 24.49 | 56.66 | - |
| YUV | 138.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 198 | 0.30 | 0.36 | 0 | 0.22 | 250.83 | 0.39 | 0.64 |
| Hex | 8B | 7E | C6 | 1E | 24 | 0 | 16 | FB | 27 | 40 |
| Octal | 213 | 176 | 306 | 36 | 44 | 0 | 26 | 373 | 47 | 100 |
| Binary | 10001011 | 1111110 | 11000110 | 11110 | 100100 | 0 | 10110 | 11111011 | 100111 | 1000000 |
Color Harmonies of #8B7EC6
Complementary color
Monochromatic Colors of #8B7EC6
Black with #8B7EC6
Text Example
Text Example
White with #8B7EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7EC6; }
p { color: rgb(139,126,198); }
H1.HeaderClassName
{
color: #8B7EC6;
}
.AnyTagClassName
{
color: #8B7EC6;
}
</style>
background-color css
<style>
a { background-color: #8B7EC6; }
a { background-color: rgb(139,126,198); }
div.DivClassName
{
background-color: #8B7EC6;
}
.BgClassName
{
background-color: #8B7EC6;
}
</style>
border-color css
<style>
span { border-color: #8B7EC6; }
span { border-color: rgb(139,126,198); }
td.TdClassName
{
border-color: #8B7EC6;
}
.TagClassName
{
border-color: #8B7EC6;
}
</style>