Shades of Light Slate Blue #8F5AFC
Tints of Light Slate Blue #8F5AFC
RGB
CMYK
RGB Variations
Color information
#8F5AFC (or 0x8F5AFC) is known color: Light Slate Blue. HEX triplet: 8F, 5A and FC. RGB value is (143,90,252). Sum of RGB (Red+Green+Blue) = 143+90+252=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F5AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5AFC is #70A503. Grayscale: #7B7B7B. Windows color (decimal): -7382276 or 16538255. OLE color: 16538255.
HSL color Cylindrical-coordinate representation of color #8F5AFC: hue angle of 259.63º 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 #8F5AFC is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 90 | 252 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.01 |
| HSL | 259.63º | 0.96% | 0.67% | - |
| HSV(B) | 259.63º | 0.64% | 0.99% | - |
| XYZ | 32.55 | 20.18 | 94.27 | - |
| YUV | 124.32 | 200.06 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 252 | 0.43 | 0.64 | 0 | 0.01 | 259.63 | 0.96 | 0.67 |
| Hex | 8F | 5A | FC | 2B | 40 | 0 | 1 | 104 | 60 | 43 |
| Octal | 217 | 132 | 374 | 53 | 100 | 0 | 1 | 404 | 140 | 103 |
| Binary | 10001111 | 1011010 | 11111100 | 101011 | 1000000 | 0 | 1 | 100000100 | 1100000 | 1000011 |
Color Harmonies of #8F5AFC
Complementary color
Monochromatic Colors of #8F5AFC
Black with #8F5AFC
Text Example
Text Example
White with #8F5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5AFC; }
p { color: rgb(143,90,252); }
H1.HeaderClassName
{
color: #8F5AFC;
}
.AnyTagClassName
{
color: #8F5AFC;
}
</style>
background-color css
<style>
a { background-color: #8F5AFC; }
a { background-color: rgb(143,90,252); }
div.DivClassName
{
background-color: #8F5AFC;
}
.BgClassName
{
background-color: #8F5AFC;
}
</style>
border-color css
<style>
span { border-color: #8F5AFC; }
span { border-color: rgb(143,90,252); }
td.TdClassName
{
border-color: #8F5AFC;
}
.TagClassName
{
border-color: #8F5AFC;
}
</style>