Shades of Light Slate Blue #8B83EC
Tints of Light Slate Blue #8B83EC
RGB
CMYK
RGB Variations
Color information
#8B83EC (or 0x8B83EC) is known color: Light Slate Blue. HEX triplet: 8B, 83 and EC. RGB value is (139,131,236). Sum of RGB (Red+Green+Blue) = 139+131+236=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B83EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B83EC is #747C13. Grayscale: #909090. Windows color (decimal): -7633940 or 15500171. OLE color: 15500171.
HSL color Cylindrical-coordinate representation of color #8B83EC: hue angle of 244.57º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B83EC is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 131 | 236 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.07 |
| HSL | 244.57º | 0.73% | 0.72% | - |
| HSV(B) | 244.57º | 0.44% | 0.93% | - |
| XYZ | 33.9 | 27.78 | 82.93 | - |
| YUV | 145.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 131 | 236 | 0.41 | 0.44 | 0 | 0.07 | 244.57 | 0.73 | 0.72 |
| Hex | 8B | 83 | EC | 29 | 2C | 0 | 7 | F5 | 49 | 48 |
| Octal | 213 | 203 | 354 | 51 | 54 | 0 | 7 | 365 | 111 | 110 |
| Binary | 10001011 | 10000011 | 11101100 | 101001 | 101100 | 0 | 111 | 11110101 | 1001001 | 1001000 |
Color Harmonies of #8B83EC
Complementary color
Monochromatic Colors of #8B83EC
Black with #8B83EC
Text Example
Text Example
White with #8B83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B83EC; }
p { color: rgb(139,131,236); }
H1.HeaderClassName
{
color: #8B83EC;
}
.AnyTagClassName
{
color: #8B83EC;
}
</style>
background-color css
<style>
a { background-color: #8B83EC; }
a { background-color: rgb(139,131,236); }
div.DivClassName
{
background-color: #8B83EC;
}
.BgClassName
{
background-color: #8B83EC;
}
</style>
border-color css
<style>
span { border-color: #8B83EC; }
span { border-color: rgb(139,131,236); }
td.TdClassName
{
border-color: #8B83EC;
}
.TagClassName
{
border-color: #8B83EC;
}
</style>