Shades of Light Slate Blue #8F71FE
Tints of Light Slate Blue #8F71FE
RGB
CMYK
RGB Variations
Color information
#8F71FE (or 0x8F71FE) is known color: Light Slate Blue. HEX triplet: 8F, 71 and FE. RGB value is (143,113,254). Sum of RGB (Red+Green+Blue) = 143+113+254=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F71FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F71FE is #708E01. Grayscale: #898989. Windows color (decimal): -7376386 or 16675215. OLE color: 16675215.
HSL color Cylindrical-coordinate representation of color #8F71FE: hue angle of 252.77º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F71FE is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 113 | 254 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.00 |
| HSL | 252.77º | 0.99% | 0.72% | - |
| HSV(B) | 252.77º | 0.56% | 1% | - |
| XYZ | 35.12 | 24.81 | 96.7 | - |
| YUV | 138.04 | 193.44 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 254 | 0.44 | 0.56 | 0 | 0.00 | 252.77 | 0.99 | 0.72 |
| Hex | 8F | 71 | FE | 2C | 38 | 0 | 0 | FD | 63 | 48 |
| Octal | 217 | 161 | 376 | 54 | 70 | 0 | 0 | 375 | 143 | 110 |
| Binary | 10001111 | 1110001 | 11111110 | 101100 | 111000 | 0 | 0 | 11111101 | 1100011 | 1001000 |
Color Harmonies of #8F71FE
Complementary color
Monochromatic Colors of #8F71FE
Black with #8F71FE
Text Example
Text Example
White with #8F71FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F71FE; }
p { color: rgb(143,113,254); }
H1.HeaderClassName
{
color: #8F71FE;
}
.AnyTagClassName
{
color: #8F71FE;
}
</style>
background-color css
<style>
a { background-color: #8F71FE; }
a { background-color: rgb(143,113,254); }
div.DivClassName
{
background-color: #8F71FE;
}
.BgClassName
{
background-color: #8F71FE;
}
</style>
border-color css
<style>
span { border-color: #8F71FE; }
span { border-color: rgb(143,113,254); }
td.TdClassName
{
border-color: #8F71FE;
}
.TagClassName
{
border-color: #8F71FE;
}
</style>