Shades of Light Slate Blue #8F56FE
Tints of Light Slate Blue #8F56FE
RGB
CMYK
RGB Variations
Color information
#8F56FE (or 0x8F56FE) is known color: Light Slate Blue. HEX triplet: 8F, 56 and FE. RGB value is (143,86,254). Sum of RGB (Red+Green+Blue) = 143+86+254=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F56FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F56FE is #70A901. Grayscale: #797979. Windows color (decimal): -7383298 or 16668303. OLE color: 16668303.
HSL color Cylindrical-coordinate representation of color #8F56FE: hue angle of 260.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F56FE is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 86 | 254 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.00 |
| HSL | 260.36º | 0.99% | 0.67% | - |
| HSV(B) | 260.36º | 0.66% | 1% | - |
| XYZ | 32.54 | 19.65 | 95.84 | - |
| YUV | 122.2 | 202.38 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 254 | 0.44 | 0.66 | 0 | 0.00 | 260.36 | 0.99 | 0.67 |
| Hex | 8F | 56 | FE | 2C | 42 | 0 | 0 | 104 | 63 | 43 |
| Octal | 217 | 126 | 376 | 54 | 102 | 0 | 0 | 404 | 143 | 103 |
| Binary | 10001111 | 1010110 | 11111110 | 101100 | 1000010 | 0 | 0 | 100000100 | 1100011 | 1000011 |
Color Harmonies of #8F56FE
Complementary color
Monochromatic Colors of #8F56FE
Black with #8F56FE
Text Example
Text Example
White with #8F56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F56FE; }
p { color: rgb(143,86,254); }
H1.HeaderClassName
{
color: #8F56FE;
}
.AnyTagClassName
{
color: #8F56FE;
}
</style>
background-color css
<style>
a { background-color: #8F56FE; }
a { background-color: rgb(143,86,254); }
div.DivClassName
{
background-color: #8F56FE;
}
.BgClassName
{
background-color: #8F56FE;
}
</style>
border-color css
<style>
span { border-color: #8F56FE; }
span { border-color: rgb(143,86,254); }
td.TdClassName
{
border-color: #8F56FE;
}
.TagClassName
{
border-color: #8F56FE;
}
</style>