Shades of Light Slate Blue #8F6CFF
Tints of Light Slate Blue #8F6CFF
RGB
CMYK
RGB Variations
Color information
#8F6CFF (or 0x8F6CFF) is known color: Light Slate Blue. HEX triplet: 8F, 6C and FF. RGB value is (143,108,255). Sum of RGB (Red+Green+Blue) = 143+108+255=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F6CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6CFF is #709300. Grayscale: #868686. Windows color (decimal): -7377665 or 16739471. OLE color: 16739471.
HSL color Cylindrical-coordinate representation of color #8F6CFF: hue angle of 254.29º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F6CFF is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 108 | 255 | - |
| CMYK | 0.44 | 0.58 | 0 | 0 |
| HSL | 254.29º | 1% | 0.71% | - |
| HSV(B) | 254.29º | 0.58% | 1% | - |
| XYZ | 34.74 | 23.78 | 97.37 | - |
| YUV | 135.22 | 195.6 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 255 | 0.44 | 0.58 | 0 | 0 | 254.29 | 1 | 0.71 |
| Hex | 8F | 6C | FF | 2C | 3A | 0 | 0 | FE | 64 | 47 |
| Octal | 217 | 154 | 377 | 54 | 72 | 0 | 0 | 376 | 144 | 107 |
| Binary | 10001111 | 1101100 | 11111111 | 101100 | 111010 | 0 | 0 | 11111110 | 1100100 | 1000111 |
Color Harmonies of #8F6CFF
Complementary color
Monochromatic Colors of #8F6CFF
Black with #8F6CFF
Text Example
Text Example
White with #8F6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6CFF; }
p { color: rgb(143,108,255); }
H1.HeaderClassName
{
color: #8F6CFF;
}
.AnyTagClassName
{
color: #8F6CFF;
}
</style>
background-color css
<style>
a { background-color: #8F6CFF; }
a { background-color: rgb(143,108,255); }
div.DivClassName
{
background-color: #8F6CFF;
}
.BgClassName
{
background-color: #8F6CFF;
}
</style>
border-color css
<style>
span { border-color: #8F6CFF; }
span { border-color: rgb(143,108,255); }
td.TdClassName
{
border-color: #8F6CFF;
}
.TagClassName
{
border-color: #8F6CFF;
}
</style>