Shades of Light Slate Blue #8B5DFF
Tints of Light Slate Blue #8B5DFF
RGB
CMYK
RGB Variations
Color information
#8B5DFF (or 0x8B5DFF) is known color: Light Slate Blue. HEX triplet: 8B, 5D and FF. RGB value is (139,93,255). Sum of RGB (Red+Green+Blue) = 139+93+255=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B5DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5DFF is #74A200. Grayscale: #7C7C7C. Windows color (decimal): -7643649 or 16735627. OLE color: 16735627.
HSL color Cylindrical-coordinate representation of color #8B5DFF: hue angle of 257.04º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B5DFF is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 93 | 255 | - |
| CMYK | 0.45 | 0.64 | 0 | 0 |
| HSL | 257.04º | 1% | 0.68% | - |
| HSV(B) | 257.04º | 0.64% | 1% | - |
| XYZ | 32.61 | 20.54 | 96.85 | - |
| YUV | 125.22 | 201.24 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 255 | 0.45 | 0.64 | 0 | 0 | 257.04 | 1 | 0.68 |
| Hex | 8B | 5D | FF | 2D | 40 | 0 | 0 | 101 | 64 | 44 |
| Octal | 213 | 135 | 377 | 55 | 100 | 0 | 0 | 401 | 144 | 104 |
| Binary | 10001011 | 1011101 | 11111111 | 101101 | 1000000 | 0 | 0 | 100000001 | 1100100 | 1000100 |
Color Harmonies of #8B5DFF
Complementary color
Monochromatic Colors of #8B5DFF
Black with #8B5DFF
Text Example
Text Example
White with #8B5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5DFF; }
p { color: rgb(139,93,255); }
H1.HeaderClassName
{
color: #8B5DFF;
}
.AnyTagClassName
{
color: #8B5DFF;
}
</style>
background-color css
<style>
a { background-color: #8B5DFF; }
a { background-color: rgb(139,93,255); }
div.DivClassName
{
background-color: #8B5DFF;
}
.BgClassName
{
background-color: #8B5DFF;
}
</style>
border-color css
<style>
span { border-color: #8B5DFF; }
span { border-color: rgb(139,93,255); }
td.TdClassName
{
border-color: #8B5DFF;
}
.TagClassName
{
border-color: #8B5DFF;
}
</style>