Shades of Light Slate Blue #8B80EC
Tints of Light Slate Blue #8B80EC
RGB
CMYK
RGB Variations
Color information
#8B80EC (or 0x8B80EC) is known color: Light Slate Blue. HEX triplet: 8B, 80 and EC. RGB value is (139,128,236). Sum of RGB (Red+Green+Blue) = 139+128+236=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B80EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B80EC is #747F13. Grayscale: #8F8F8F. Windows color (decimal): -7634708 or 15499403. OLE color: 15499403.
HSL color Cylindrical-coordinate representation of color #8B80EC: hue angle of 246.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B80EC is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 128 | 236 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.07 |
| HSL | 246.11º | 0.74% | 0.71% | - |
| HSV(B) | 246.11º | 0.46% | 0.93% | - |
| XYZ | 33.51 | 26.98 | 82.8 | - |
| YUV | 143.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 236 | 0.41 | 0.46 | 0 | 0.07 | 246.11 | 0.74 | 0.71 |
| Hex | 8B | 80 | EC | 29 | 2E | 0 | 7 | F6 | 4A | 47 |
| Octal | 213 | 200 | 354 | 51 | 56 | 0 | 7 | 366 | 112 | 107 |
| Binary | 10001011 | 10000000 | 11101100 | 101001 | 101110 | 0 | 111 | 11110110 | 1001010 | 1000111 |
Color Harmonies of #8B80EC
Complementary color
Monochromatic Colors of #8B80EC
Black with #8B80EC
Text Example
Text Example
White with #8B80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B80EC; }
p { color: rgb(139,128,236); }
H1.HeaderClassName
{
color: #8B80EC;
}
.AnyTagClassName
{
color: #8B80EC;
}
</style>
background-color css
<style>
a { background-color: #8B80EC; }
a { background-color: rgb(139,128,236); }
div.DivClassName
{
background-color: #8B80EC;
}
.BgClassName
{
background-color: #8B80EC;
}
</style>
border-color css
<style>
span { border-color: #8B80EC; }
span { border-color: rgb(139,128,236); }
td.TdClassName
{
border-color: #8B80EC;
}
.TagClassName
{
border-color: #8B80EC;
}
</style>