Shades of Light Slate Blue #8B58FE
Tints of Light Slate Blue #8B58FE
RGB
CMYK
RGB Variations
Color information
#8B58FE (or 0x8B58FE) is known color: Light Slate Blue. HEX triplet: 8B, 58 and FE. RGB value is (139,88,254). Sum of RGB (Red+Green+Blue) = 139+88+254=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B58FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B58FE is #74A701. Grayscale: #797979. Windows color (decimal): -7644930 or 16668811. OLE color: 16668811.
HSL color Cylindrical-coordinate representation of color #8B58FE: hue angle of 258.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B58FE is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 88 | 254 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.00 |
| HSL | 258.43º | 0.99% | 0.67% | - |
| HSV(B) | 258.43º | 0.65% | 1% | - |
| XYZ | 32.03 | 19.62 | 95.87 | - |
| YUV | 122.17 | 202.4 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 254 | 0.45 | 0.65 | 0 | 0.00 | 258.43 | 0.99 | 0.67 |
| Hex | 8B | 58 | FE | 2D | 41 | 0 | 0 | 102 | 63 | 43 |
| Octal | 213 | 130 | 376 | 55 | 101 | 0 | 0 | 402 | 143 | 103 |
| Binary | 10001011 | 1011000 | 11111110 | 101101 | 1000001 | 0 | 0 | 100000010 | 1100011 | 1000011 |
Color Harmonies of #8B58FE
Complementary color
Monochromatic Colors of #8B58FE
Black with #8B58FE
Text Example
Text Example
White with #8B58FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B58FE; }
p { color: rgb(139,88,254); }
H1.HeaderClassName
{
color: #8B58FE;
}
.AnyTagClassName
{
color: #8B58FE;
}
</style>
background-color css
<style>
a { background-color: #8B58FE; }
a { background-color: rgb(139,88,254); }
div.DivClassName
{
background-color: #8B58FE;
}
.BgClassName
{
background-color: #8B58FE;
}
</style>
border-color css
<style>
span { border-color: #8B58FE; }
span { border-color: rgb(139,88,254); }
td.TdClassName
{
border-color: #8B58FE;
}
.TagClassName
{
border-color: #8B58FE;
}
</style>