Shades of Light Slate Blue #8F5CFD
Tints of Light Slate Blue #8F5CFD
RGB
CMYK
RGB Variations
Color information
#8F5CFD (or 0x8F5CFD) is known color: Light Slate Blue. HEX triplet: 8F, 5C and FD. RGB value is (143,92,253). Sum of RGB (Red+Green+Blue) = 143+92+253=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F5CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5CFD is #70A302. Grayscale: #7D7D7D. Windows color (decimal): -7381763 or 16604303. OLE color: 16604303.
HSL color Cylindrical-coordinate representation of color #8F5CFD: hue angle of 259.01º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F5CFD is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 92 | 253 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.01 |
| HSL | 259.01º | 0.98% | 0.68% | - |
| HSV(B) | 259.01º | 0.64% | 0.99% | - |
| XYZ | 32.88 | 20.59 | 95.17 | - |
| YUV | 125.6 | 199.9 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 92 | 253 | 0.43 | 0.64 | 0 | 0.01 | 259.01 | 0.98 | 0.68 |
| Hex | 8F | 5C | FD | 2B | 40 | 0 | 1 | 103 | 62 | 44 |
| Octal | 217 | 134 | 375 | 53 | 100 | 0 | 1 | 403 | 142 | 104 |
| Binary | 10001111 | 1011100 | 11111101 | 101011 | 1000000 | 0 | 1 | 100000011 | 1100010 | 1000100 |
Color Harmonies of #8F5CFD
Complementary color
Monochromatic Colors of #8F5CFD
Black with #8F5CFD
Text Example
Text Example
White with #8F5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5CFD; }
p { color: rgb(143,92,253); }
H1.HeaderClassName
{
color: #8F5CFD;
}
.AnyTagClassName
{
color: #8F5CFD;
}
</style>
background-color css
<style>
a { background-color: #8F5CFD; }
a { background-color: rgb(143,92,253); }
div.DivClassName
{
background-color: #8F5CFD;
}
.BgClassName
{
background-color: #8F5CFD;
}
</style>
border-color css
<style>
span { border-color: #8F5CFD; }
span { border-color: rgb(143,92,253); }
td.TdClassName
{
border-color: #8F5CFD;
}
.TagClassName
{
border-color: #8F5CFD;
}
</style>