Shades of Light Slate Blue #8B5AFB
Tints of Light Slate Blue #8B5AFB
RGB
CMYK
RGB Variations
Color information
#8B5AFB (or 0x8B5AFB) is known color: Light Slate Blue. HEX triplet: 8B, 5A and FB. RGB value is (139,90,251). Sum of RGB (Red+Green+Blue) = 139+90+251=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B5AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5AFB is #74A504. Grayscale: #7A7A7A. Windows color (decimal): -7644421 or 16472715. OLE color: 16472715.
HSL color Cylindrical-coordinate representation of color #8B5AFB: hue angle of 258.26º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B5AFB is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 90 | 251 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.02 |
| HSL | 258.26º | 0.95% | 0.67% | - |
| HSV(B) | 258.26º | 0.64% | 0.98% | - |
| XYZ | 31.72 | 19.77 | 93.41 | - |
| YUV | 123.01 | 200.23 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 251 | 0.45 | 0.64 | 0 | 0.02 | 258.26 | 0.95 | 0.67 |
| Hex | 8B | 5A | FB | 2D | 40 | 0 | 2 | 102 | 5F | 43 |
| Octal | 213 | 132 | 373 | 55 | 100 | 0 | 2 | 402 | 137 | 103 |
| Binary | 10001011 | 1011010 | 11111011 | 101101 | 1000000 | 0 | 10 | 100000010 | 1011111 | 1000011 |
Color Harmonies of #8B5AFB
Complementary color
Monochromatic Colors of #8B5AFB
Black with #8B5AFB
Text Example
Text Example
White with #8B5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5AFB; }
p { color: rgb(139,90,251); }
H1.HeaderClassName
{
color: #8B5AFB;
}
.AnyTagClassName
{
color: #8B5AFB;
}
</style>
background-color css
<style>
a { background-color: #8B5AFB; }
a { background-color: rgb(139,90,251); }
div.DivClassName
{
background-color: #8B5AFB;
}
.BgClassName
{
background-color: #8B5AFB;
}
</style>
border-color css
<style>
span { border-color: #8B5AFB; }
span { border-color: rgb(139,90,251); }
td.TdClassName
{
border-color: #8B5AFB;
}
.TagClassName
{
border-color: #8B5AFB;
}
</style>