Shades of Light Slate Blue #8F52FE
Tints of Light Slate Blue #8F52FE
RGB
CMYK
RGB Variations
Color information
#8F52FE (or 0x8F52FE) is known color: Light Slate Blue. HEX triplet: 8F, 52 and FE. RGB value is (143,82,254). Sum of RGB (Red+Green+Blue) = 143+82+254=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F52FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F52FE is #70AD01. Grayscale: #777777. Windows color (decimal): -7384322 or 16667279. OLE color: 16667279.
HSL color Cylindrical-coordinate representation of color #8F52FE: hue angle of 261.28º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F52FE is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 82 | 254 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.00 |
| HSL | 261.28º | 0.99% | 0.66% | - |
| HSV(B) | 261.28º | 0.68% | 1% | - |
| XYZ | 32.23 | 19.03 | 95.74 | - |
| YUV | 119.85 | 203.71 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 254 | 0.44 | 0.68 | 0 | 0.00 | 261.28 | 0.99 | 0.66 |
| Hex | 8F | 52 | FE | 2C | 44 | 0 | 0 | 105 | 63 | 42 |
| Octal | 217 | 122 | 376 | 54 | 104 | 0 | 0 | 405 | 143 | 102 |
| Binary | 10001111 | 1010010 | 11111110 | 101100 | 1000100 | 0 | 0 | 100000101 | 1100011 | 1000010 |
Color Harmonies of #8F52FE
Complementary color
Monochromatic Colors of #8F52FE
Black with #8F52FE
Text Example
Text Example
White with #8F52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F52FE; }
p { color: rgb(143,82,254); }
H1.HeaderClassName
{
color: #8F52FE;
}
.AnyTagClassName
{
color: #8F52FE;
}
</style>
background-color css
<style>
a { background-color: #8F52FE; }
a { background-color: rgb(143,82,254); }
div.DivClassName
{
background-color: #8F52FE;
}
.BgClassName
{
background-color: #8F52FE;
}
</style>
border-color css
<style>
span { border-color: #8F52FE; }
span { border-color: rgb(143,82,254); }
td.TdClassName
{
border-color: #8F52FE;
}
.TagClassName
{
border-color: #8F52FE;
}
</style>