Shades of Light Slate Blue #8B5FFD
Tints of Light Slate Blue #8B5FFD
RGB
CMYK
RGB Variations
Color information
#8B5FFD (or 0x8B5FFD) is known color: Light Slate Blue. HEX triplet: 8B, 5F and FD. RGB value is (139,95,253). Sum of RGB (Red+Green+Blue) = 139+95+253=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B5FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5FFD is #74A002. Grayscale: #7D7D7D. Windows color (decimal): -7643139 or 16605067. OLE color: 16605067.
HSL color Cylindrical-coordinate representation of color #8B5FFD: hue angle of 256.71º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B5FFD is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 95 | 253 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.01 |
| HSL | 256.71º | 0.98% | 0.68% | - |
| HSV(B) | 256.71º | 0.62% | 0.99% | - |
| XYZ | 32.47 | 20.77 | 95.23 | - |
| YUV | 126.17 | 199.58 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 253 | 0.45 | 0.62 | 0 | 0.01 | 256.71 | 0.98 | 0.68 |
| Hex | 8B | 5F | FD | 2D | 3E | 0 | 1 | 101 | 62 | 44 |
| Octal | 213 | 137 | 375 | 55 | 76 | 0 | 1 | 401 | 142 | 104 |
| Binary | 10001011 | 1011111 | 11111101 | 101101 | 111110 | 0 | 1 | 100000001 | 1100010 | 1000100 |
Color Harmonies of #8B5FFD
Complementary color
Monochromatic Colors of #8B5FFD
Black with #8B5FFD
Text Example
Text Example
White with #8B5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5FFD; }
p { color: rgb(139,95,253); }
H1.HeaderClassName
{
color: #8B5FFD;
}
.AnyTagClassName
{
color: #8B5FFD;
}
</style>
background-color css
<style>
a { background-color: #8B5FFD; }
a { background-color: rgb(139,95,253); }
div.DivClassName
{
background-color: #8B5FFD;
}
.BgClassName
{
background-color: #8B5FFD;
}
</style>
border-color css
<style>
span { border-color: #8B5FFD; }
span { border-color: rgb(139,95,253); }
td.TdClassName
{
border-color: #8B5FFD;
}
.TagClassName
{
border-color: #8B5FFD;
}
</style>