Shades of Light Slate Blue #8B5FFF
Tints of Light Slate Blue #8B5FFF
RGB
CMYK
RGB Variations
Color information
#8B5FFF (or 0x8B5FFF) is known color: Light Slate Blue. HEX triplet: 8B, 5F and FF. RGB value is (139,95,255). Sum of RGB (Red+Green+Blue) = 139+95+255=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5FFF is #74A000. Grayscale: #7D7D7D. Windows color (decimal): -7643137 or 16736139. OLE color: 16736139.
HSL color Cylindrical-coordinate representation of color #8B5FFF: hue angle of 256.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B5FFF is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 95 | 255 | - |
| CMYK | 0.45 | 0.63 | 0 | 0 |
| HSL | 256.5º | 1% | 0.69% | - |
| HSV(B) | 256.5º | 0.63% | 1% | - |
| XYZ | 32.79 | 20.89 | 96.91 | - |
| YUV | 126.4 | 200.58 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 255 | 0.45 | 0.63 | 0 | 0 | 256.5 | 1 | 0.69 |
| Hex | 8B | 5F | FF | 2D | 3F | 0 | 0 | 100 | 64 | 45 |
| Octal | 213 | 137 | 377 | 55 | 77 | 0 | 0 | 400 | 144 | 105 |
| Binary | 10001011 | 1011111 | 11111111 | 101101 | 111111 | 0 | 0 | 100000000 | 1100100 | 1000101 |
Color Harmonies of #8B5FFF
Complementary color
Monochromatic Colors of #8B5FFF
Black with #8B5FFF
Text Example
Text Example
White with #8B5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5FFF; }
p { color: rgb(139,95,255); }
H1.HeaderClassName
{
color: #8B5FFF;
}
.AnyTagClassName
{
color: #8B5FFF;
}
</style>
background-color css
<style>
a { background-color: #8B5FFF; }
a { background-color: rgb(139,95,255); }
div.DivClassName
{
background-color: #8B5FFF;
}
.BgClassName
{
background-color: #8B5FFF;
}
</style>
border-color css
<style>
span { border-color: #8B5FFF; }
span { border-color: rgb(139,95,255); }
td.TdClassName
{
border-color: #8B5FFF;
}
.TagClassName
{
border-color: #8B5FFF;
}
</style>