Shades of Light Slate Blue #8B77EC
Tints of Light Slate Blue #8B77EC
RGB
CMYK
RGB Variations
Color information
#8B77EC (or 0x8B77EC) is known color: Light Slate Blue. HEX triplet: 8B, 77 and EC. RGB value is (139,119,236). Sum of RGB (Red+Green+Blue) = 139+119+236=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B77EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B77EC is #748813. Grayscale: #898989. Windows color (decimal): -7637012 or 15497099. OLE color: 15497099.
HSL color Cylindrical-coordinate representation of color #8B77EC: hue angle of 250.26º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B77EC is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 119 | 236 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.07 |
| HSL | 250.26º | 0.75% | 0.7% | - |
| HSV(B) | 250.26º | 0.5% | 0.93% | - |
| XYZ | 32.38 | 24.74 | 82.43 | - |
| YUV | 138.32 | 183.13 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 236 | 0.41 | 0.50 | 0 | 0.07 | 250.26 | 0.75 | 0.7 |
| Hex | 8B | 77 | EC | 29 | 32 | 0 | 7 | FA | 4B | 46 |
| Octal | 213 | 167 | 354 | 51 | 62 | 0 | 7 | 372 | 113 | 106 |
| Binary | 10001011 | 1110111 | 11101100 | 101001 | 110010 | 0 | 111 | 11111010 | 1001011 | 1000110 |
Color Harmonies of #8B77EC
Complementary color
Monochromatic Colors of #8B77EC
Black with #8B77EC
Text Example
Text Example
White with #8B77EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B77EC; }
p { color: rgb(139,119,236); }
H1.HeaderClassName
{
color: #8B77EC;
}
.AnyTagClassName
{
color: #8B77EC;
}
</style>
background-color css
<style>
a { background-color: #8B77EC; }
a { background-color: rgb(139,119,236); }
div.DivClassName
{
background-color: #8B77EC;
}
.BgClassName
{
background-color: #8B77EC;
}
</style>
border-color css
<style>
span { border-color: #8B77EC; }
span { border-color: rgb(139,119,236); }
td.TdClassName
{
border-color: #8B77EC;
}
.TagClassName
{
border-color: #8B77EC;
}
</style>