Shades of Light Slate Blue #8F5FFD
Tints of Light Slate Blue #8F5FFD
RGB
CMYK
RGB Variations
Color information
#8F5FFD (or 0x8F5FFD) is known color: Light Slate Blue. HEX triplet: 8F, 5F and FD. RGB value is (143,95,253). Sum of RGB (Red+Green+Blue) = 143+95+253=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F5FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5FFD is #70A002. Grayscale: #7E7E7E. Windows color (decimal): -7380995 or 16605071. OLE color: 16605071.
HSL color Cylindrical-coordinate representation of color #8F5FFD: hue angle of 258.23º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F5FFD is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 95 | 253 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.01 |
| HSL | 258.23º | 0.98% | 0.68% | - |
| HSV(B) | 258.23º | 0.62% | 0.99% | - |
| XYZ | 33.15 | 21.12 | 95.26 | - |
| YUV | 127.36 | 198.9 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 253 | 0.43 | 0.62 | 0 | 0.01 | 258.23 | 0.98 | 0.68 |
| Hex | 8F | 5F | FD | 2B | 3E | 0 | 1 | 102 | 62 | 44 |
| Octal | 217 | 137 | 375 | 53 | 76 | 0 | 1 | 402 | 142 | 104 |
| Binary | 10001111 | 1011111 | 11111101 | 101011 | 111110 | 0 | 1 | 100000010 | 1100010 | 1000100 |
Color Harmonies of #8F5FFD
Complementary color
Monochromatic Colors of #8F5FFD
Black with #8F5FFD
Text Example
Text Example
White with #8F5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5FFD; }
p { color: rgb(143,95,253); }
H1.HeaderClassName
{
color: #8F5FFD;
}
.AnyTagClassName
{
color: #8F5FFD;
}
</style>
background-color css
<style>
a { background-color: #8F5FFD; }
a { background-color: rgb(143,95,253); }
div.DivClassName
{
background-color: #8F5FFD;
}
.BgClassName
{
background-color: #8F5FFD;
}
</style>
border-color css
<style>
span { border-color: #8F5FFD; }
span { border-color: rgb(143,95,253); }
td.TdClassName
{
border-color: #8F5FFD;
}
.TagClassName
{
border-color: #8F5FFD;
}
</style>