Shades of Light Slate Blue #8B5AFC
Tints of Light Slate Blue #8B5AFC
RGB
CMYK
RGB Variations
Color information
#8B5AFC (or 0x8B5AFC) is known color: Light Slate Blue. HEX triplet: 8B, 5A and FC. RGB value is (139,90,252). Sum of RGB (Red+Green+Blue) = 139+90+252=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B5AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5AFC is #74A503. Grayscale: #7A7A7A. Windows color (decimal): -7644420 or 16538251. OLE color: 16538251.
HSL color Cylindrical-coordinate representation of color #8B5AFC: hue angle of 258.15º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B5AFC is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 90 | 252 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.01 |
| HSL | 258.15º | 0.96% | 0.67% | - |
| HSV(B) | 258.15º | 0.64% | 0.99% | - |
| XYZ | 31.87 | 19.83 | 94.24 | - |
| YUV | 123.12 | 200.73 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 252 | 0.45 | 0.64 | 0 | 0.01 | 258.15 | 0.96 | 0.67 |
| Hex | 8B | 5A | FC | 2D | 40 | 0 | 1 | 102 | 60 | 43 |
| Octal | 213 | 132 | 374 | 55 | 100 | 0 | 1 | 402 | 140 | 103 |
| Binary | 10001011 | 1011010 | 11111100 | 101101 | 1000000 | 0 | 1 | 100000010 | 1100000 | 1000011 |
Color Harmonies of #8B5AFC
Complementary color
Monochromatic Colors of #8B5AFC
Black with #8B5AFC
Text Example
Text Example
White with #8B5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5AFC; }
p { color: rgb(139,90,252); }
H1.HeaderClassName
{
color: #8B5AFC;
}
.AnyTagClassName
{
color: #8B5AFC;
}
</style>
background-color css
<style>
a { background-color: #8B5AFC; }
a { background-color: rgb(139,90,252); }
div.DivClassName
{
background-color: #8B5AFC;
}
.BgClassName
{
background-color: #8B5AFC;
}
</style>
border-color css
<style>
span { border-color: #8B5AFC; }
span { border-color: rgb(139,90,252); }
td.TdClassName
{
border-color: #8B5AFC;
}
.TagClassName
{
border-color: #8B5AFC;
}
</style>