Shades of Light Slate Blue #8B7EEC
Tints of Light Slate Blue #8B7EEC
RGB
CMYK
RGB Variations
Color information
#8B7EEC (or 0x8B7EEC) is known color: Light Slate Blue. HEX triplet: 8B, 7E and EC. RGB value is (139,126,236). Sum of RGB (Red+Green+Blue) = 139+126+236=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B7EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7EEC is #748113. Grayscale: #8E8E8E. Windows color (decimal): -7635220 or 15498891. OLE color: 15498891.
HSL color Cylindrical-coordinate representation of color #8B7EEC: hue angle of 247.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B7EEC is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 126 | 236 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.07 |
| HSL | 247.09º | 0.74% | 0.71% | - |
| HSV(B) | 247.09º | 0.47% | 0.93% | - |
| XYZ | 33.25 | 26.47 | 82.71 | - |
| YUV | 142.43 | 180.81 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 236 | 0.41 | 0.47 | 0 | 0.07 | 247.09 | 0.74 | 0.71 |
| Hex | 8B | 7E | EC | 29 | 2F | 0 | 7 | F7 | 4A | 47 |
| Octal | 213 | 176 | 354 | 51 | 57 | 0 | 7 | 367 | 112 | 107 |
| Binary | 10001011 | 1111110 | 11101100 | 101001 | 101111 | 0 | 111 | 11110111 | 1001010 | 1000111 |
Color Harmonies of #8B7EEC
Complementary color
Monochromatic Colors of #8B7EEC
Black with #8B7EEC
Text Example
Text Example
White with #8B7EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7EEC; }
p { color: rgb(139,126,236); }
H1.HeaderClassName
{
color: #8B7EEC;
}
.AnyTagClassName
{
color: #8B7EEC;
}
</style>
background-color css
<style>
a { background-color: #8B7EEC; }
a { background-color: rgb(139,126,236); }
div.DivClassName
{
background-color: #8B7EEC;
}
.BgClassName
{
background-color: #8B7EEC;
}
</style>
border-color css
<style>
span { border-color: #8B7EEC; }
span { border-color: rgb(139,126,236); }
td.TdClassName
{
border-color: #8B7EEC;
}
.TagClassName
{
border-color: #8B7EEC;
}
</style>