Shades of Light Slate Blue #8B5BFE
Tints of Light Slate Blue #8B5BFE
RGB
CMYK
RGB Variations
Color information
#8B5BFE (or 0x8B5BFE) is known color: Light Slate Blue. HEX triplet: 8B, 5B and FE. RGB value is (139,91,254). Sum of RGB (Red+Green+Blue) = 139+91+254=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B5BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5BFE is #74A401. Grayscale: #7B7B7B. Windows color (decimal): -7644162 or 16669579. OLE color: 16669579.
HSL color Cylindrical-coordinate representation of color #8B5BFE: hue angle of 257.67º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B5BFE is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 91 | 254 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.00 |
| HSL | 257.67º | 0.99% | 0.68% | - |
| HSV(B) | 257.67º | 0.64% | 1% | - |
| XYZ | 32.28 | 20.13 | 95.95 | - |
| YUV | 123.93 | 201.4 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 254 | 0.45 | 0.64 | 0 | 0.00 | 257.67 | 0.99 | 0.68 |
| Hex | 8B | 5B | FE | 2D | 40 | 0 | 0 | 102 | 63 | 44 |
| Octal | 213 | 133 | 376 | 55 | 100 | 0 | 0 | 402 | 143 | 104 |
| Binary | 10001011 | 1011011 | 11111110 | 101101 | 1000000 | 0 | 0 | 100000010 | 1100011 | 1000100 |
Color Harmonies of #8B5BFE
Complementary color
Monochromatic Colors of #8B5BFE
Black with #8B5BFE
Text Example
Text Example
White with #8B5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5BFE; }
p { color: rgb(139,91,254); }
H1.HeaderClassName
{
color: #8B5BFE;
}
.AnyTagClassName
{
color: #8B5BFE;
}
</style>
background-color css
<style>
a { background-color: #8B5BFE; }
a { background-color: rgb(139,91,254); }
div.DivClassName
{
background-color: #8B5BFE;
}
.BgClassName
{
background-color: #8B5BFE;
}
</style>
border-color css
<style>
span { border-color: #8B5BFE; }
span { border-color: rgb(139,91,254); }
td.TdClassName
{
border-color: #8B5BFE;
}
.TagClassName
{
border-color: #8B5BFE;
}
</style>