Shades of Light Slate Blue #8F55FF
Tints of Light Slate Blue #8F55FF
RGB
CMYK
RGB Variations
Color information
#8F55FF (or 0x8F55FF) is known color: Light Slate Blue. HEX triplet: 8F, 55 and FF. RGB value is (143,85,255). Sum of RGB (Red+Green+Blue) = 143+85+255=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F55FF is #70AA00. Grayscale: #797979. Windows color (decimal): -7383553 or 16733583. OLE color: 16733583.
HSL color Cylindrical-coordinate representation of color #8F55FF: hue angle of 260.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F55FF is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 85 | 255 | - |
| CMYK | 0.44 | 0.67 | 0 | 0 |
| HSL | 260.47º | 1% | 0.67% | - |
| HSV(B) | 260.47º | 0.67% | 1% | - |
| XYZ | 32.63 | 19.56 | 96.66 | - |
| YUV | 121.72 | 203.22 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 255 | 0.44 | 0.67 | 0 | 0 | 260.47 | 1 | 0.67 |
| Hex | 8F | 55 | FF | 2C | 43 | 0 | 0 | 104 | 64 | 43 |
| Octal | 217 | 125 | 377 | 54 | 103 | 0 | 0 | 404 | 144 | 103 |
| Binary | 10001111 | 1010101 | 11111111 | 101100 | 1000011 | 0 | 0 | 100000100 | 1100100 | 1000011 |
Color Harmonies of #8F55FF
Complementary color
Monochromatic Colors of #8F55FF
Black with #8F55FF
Text Example
Text Example
White with #8F55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F55FF; }
p { color: rgb(143,85,255); }
H1.HeaderClassName
{
color: #8F55FF;
}
.AnyTagClassName
{
color: #8F55FF;
}
</style>
background-color css
<style>
a { background-color: #8F55FF; }
a { background-color: rgb(143,85,255); }
div.DivClassName
{
background-color: #8F55FF;
}
.BgClassName
{
background-color: #8F55FF;
}
</style>
border-color css
<style>
span { border-color: #8F55FF; }
span { border-color: rgb(143,85,255); }
td.TdClassName
{
border-color: #8F55FF;
}
.TagClassName
{
border-color: #8F55FF;
}
</style>