Shades of Light Slate Blue #8F54FF
Tints of Light Slate Blue #8F54FF
RGB
CMYK
RGB Variations
Color information
#8F54FF (or 0x8F54FF) is known color: Light Slate Blue. HEX triplet: 8F, 54 and FF. RGB value is (143,84,255). Sum of RGB (Red+Green+Blue) = 143+84+255=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F54FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F54FF is #70AB00. Grayscale: #787878. Windows color (decimal): -7383809 or 16733327. OLE color: 16733327.
HSL color Cylindrical-coordinate representation of color #8F54FF: hue angle of 260.7º 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 #8F54FF is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 84 | 255 | - |
| CMYK | 0.44 | 0.67 | 0 | 0 |
| HSL | 260.7º | 1% | 0.66% | - |
| HSV(B) | 260.7º | 0.67% | 1% | - |
| XYZ | 32.55 | 19.4 | 96.64 | - |
| YUV | 121.14 | 203.55 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 255 | 0.44 | 0.67 | 0 | 0 | 260.7 | 1 | 0.66 |
| Hex | 8F | 54 | FF | 2C | 43 | 0 | 0 | 105 | 64 | 42 |
| Octal | 217 | 124 | 377 | 54 | 103 | 0 | 0 | 405 | 144 | 102 |
| Binary | 10001111 | 1010100 | 11111111 | 101100 | 1000011 | 0 | 0 | 100000101 | 1100100 | 1000010 |
Color Harmonies of #8F54FF
Complementary color
Monochromatic Colors of #8F54FF
Black with #8F54FF
Text Example
Text Example
White with #8F54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F54FF; }
p { color: rgb(143,84,255); }
H1.HeaderClassName
{
color: #8F54FF;
}
.AnyTagClassName
{
color: #8F54FF;
}
</style>
background-color css
<style>
a { background-color: #8F54FF; }
a { background-color: rgb(143,84,255); }
div.DivClassName
{
background-color: #8F54FF;
}
.BgClassName
{
background-color: #8F54FF;
}
</style>
border-color css
<style>
span { border-color: #8F54FF; }
span { border-color: rgb(143,84,255); }
td.TdClassName
{
border-color: #8F54FF;
}
.TagClassName
{
border-color: #8F54FF;
}
</style>