Shades of Light Slate Blue #8F53FF
Tints of Light Slate Blue #8F53FF
RGB
CMYK
RGB Variations
Color information
#8F53FF (or 0x8F53FF) is known color: Light Slate Blue. HEX triplet: 8F, 53 and FF. RGB value is (143,83,255). Sum of RGB (Red+Green+Blue) = 143+83+255=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F53FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F53FF is #70AC00. Grayscale: #777777. Windows color (decimal): -7384065 or 16733071. OLE color: 16733071.
HSL color Cylindrical-coordinate representation of color #8F53FF: hue angle of 260.93º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F53FF is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 83 | 255 | - |
| CMYK | 0.44 | 0.67 | 0 | 0 |
| HSL | 260.93º | 1% | 0.66% | - |
| HSV(B) | 260.93º | 0.67% | 1% | - |
| XYZ | 32.47 | 19.25 | 96.61 | - |
| YUV | 120.55 | 203.88 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 255 | 0.44 | 0.67 | 0 | 0 | 260.93 | 1 | 0.66 |
| Hex | 8F | 53 | FF | 2C | 43 | 0 | 0 | 105 | 64 | 42 |
| Octal | 217 | 123 | 377 | 54 | 103 | 0 | 0 | 405 | 144 | 102 |
| Binary | 10001111 | 1010011 | 11111111 | 101100 | 1000011 | 0 | 0 | 100000101 | 1100100 | 1000010 |
Color Harmonies of #8F53FF
Complementary color
Monochromatic Colors of #8F53FF
Black with #8F53FF
Text Example
Text Example
White with #8F53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F53FF; }
p { color: rgb(143,83,255); }
H1.HeaderClassName
{
color: #8F53FF;
}
.AnyTagClassName
{
color: #8F53FF;
}
</style>
background-color css
<style>
a { background-color: #8F53FF; }
a { background-color: rgb(143,83,255); }
div.DivClassName
{
background-color: #8F53FF;
}
.BgClassName
{
background-color: #8F53FF;
}
</style>
border-color css
<style>
span { border-color: #8F53FF; }
span { border-color: rgb(143,83,255); }
td.TdClassName
{
border-color: #8F53FF;
}
.TagClassName
{
border-color: #8F53FF;
}
</style>