Shades of Light Slate Blue #8F6EFF
Tints of Light Slate Blue #8F6EFF
RGB
CMYK
RGB Variations
Color information
#8F6EFF (or 0x8F6EFF) is known color: Light Slate Blue. HEX triplet: 8F, 6E and FF. RGB value is (143,110,255). Sum of RGB (Red+Green+Blue) = 143+110+255=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F6EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6EFF is #709100. Grayscale: #878787. Windows color (decimal): -7377153 or 16739983. OLE color: 16739983.
HSL color Cylindrical-coordinate representation of color #8F6EFF: hue angle of 253.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F6EFF is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 110 | 255 | - |
| CMYK | 0.44 | 0.57 | 0 | 0 |
| HSL | 253.66º | 1% | 0.72% | - |
| HSV(B) | 253.66º | 0.57% | 1% | - |
| XYZ | 34.95 | 24.21 | 97.44 | - |
| YUV | 136.4 | 194.93 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 110 | 255 | 0.44 | 0.57 | 0 | 0 | 253.66 | 1 | 0.72 |
| Hex | 8F | 6E | FF | 2C | 39 | 0 | 0 | FE | 64 | 48 |
| Octal | 217 | 156 | 377 | 54 | 71 | 0 | 0 | 376 | 144 | 110 |
| Binary | 10001111 | 1101110 | 11111111 | 101100 | 111001 | 0 | 0 | 11111110 | 1100100 | 1001000 |
Color Harmonies of #8F6EFF
Complementary color
Monochromatic Colors of #8F6EFF
Black with #8F6EFF
Text Example
Text Example
White with #8F6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6EFF; }
p { color: rgb(143,110,255); }
H1.HeaderClassName
{
color: #8F6EFF;
}
.AnyTagClassName
{
color: #8F6EFF;
}
</style>
background-color css
<style>
a { background-color: #8F6EFF; }
a { background-color: rgb(143,110,255); }
div.DivClassName
{
background-color: #8F6EFF;
}
.BgClassName
{
background-color: #8F6EFF;
}
</style>
border-color css
<style>
span { border-color: #8F6EFF; }
span { border-color: rgb(143,110,255); }
td.TdClassName
{
border-color: #8F6EFF;
}
.TagClassName
{
border-color: #8F6EFF;
}
</style>