Shades of Light Slate Blue #8B5FFA
Tints of Light Slate Blue #8B5FFA
RGB
CMYK
RGB Variations
Color information
#8B5FFA (or 0x8B5FFA) is known color: Light Slate Blue. HEX triplet: 8B, 5F and FA. RGB value is (139,95,250). Sum of RGB (Red+Green+Blue) = 139+95+250=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B5FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5FFA is #74A005. Grayscale: #7D7D7D. Windows color (decimal): -7643142 or 16408459. OLE color: 16408459.
HSL color Cylindrical-coordinate representation of color #8B5FFA: hue angle of 257.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B5FFA is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 95 | 250 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.02 |
| HSL | 257.03º | 0.94% | 0.68% | - |
| HSV(B) | 257.03º | 0.62% | 0.98% | - |
| XYZ | 31.99 | 20.58 | 92.73 | - |
| YUV | 125.83 | 198.08 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 250 | 0.44 | 0.62 | 0 | 0.02 | 257.03 | 0.94 | 0.68 |
| Hex | 8B | 5F | FA | 2C | 3E | 0 | 2 | 101 | 5E | 44 |
| Octal | 213 | 137 | 372 | 54 | 76 | 0 | 2 | 401 | 136 | 104 |
| Binary | 10001011 | 1011111 | 11111010 | 101100 | 111110 | 0 | 10 | 100000001 | 1011110 | 1000100 |
Color Harmonies of #8B5FFA
Complementary color
Monochromatic Colors of #8B5FFA
Black with #8B5FFA
Text Example
Text Example
White with #8B5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5FFA; }
p { color: rgb(139,95,250); }
H1.HeaderClassName
{
color: #8B5FFA;
}
.AnyTagClassName
{
color: #8B5FFA;
}
</style>
background-color css
<style>
a { background-color: #8B5FFA; }
a { background-color: rgb(139,95,250); }
div.DivClassName
{
background-color: #8B5FFA;
}
.BgClassName
{
background-color: #8B5FFA;
}
</style>
border-color css
<style>
span { border-color: #8B5FFA; }
span { border-color: rgb(139,95,250); }
td.TdClassName
{
border-color: #8B5FFA;
}
.TagClassName
{
border-color: #8B5FFA;
}
</style>