Shades of Light Slate Blue #8F6CF6
Tints of Light Slate Blue #8F6CF6
RGB
CMYK
RGB Variations
Color information
#8F6CF6 (or 0x8F6CF6) is known color: Light Slate Blue. HEX triplet: 8F, 6C and F6. RGB value is (143,108,246). Sum of RGB (Red+Green+Blue) = 143+108+246=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #8F6CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6CF6 is #709309. Grayscale: #858585. Windows color (decimal): -7377674 or 16149647. OLE color: 16149647.
HSL color Cylindrical-coordinate representation of color #8F6CF6: hue angle of 255.22º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F6CF6 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 108 | 246 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.04 |
| HSL | 255.22º | 0.88% | 0.69% | - |
| HSV(B) | 255.22º | 0.56% | 0.96% | - |
| XYZ | 33.32 | 23.22 | 89.91 | - |
| YUV | 134.2 | 191.1 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 246 | 0.42 | 0.56 | 0 | 0.04 | 255.22 | 0.88 | 0.69 |
| Hex | 8F | 6C | F6 | 2A | 38 | 0 | 4 | FF | 58 | 45 |
| Octal | 217 | 154 | 366 | 52 | 70 | 0 | 4 | 377 | 130 | 105 |
| Binary | 10001111 | 1101100 | 11110110 | 101010 | 111000 | 0 | 100 | 11111111 | 1011000 | 1000101 |
Color Harmonies of #8F6CF6
Complementary color
Monochromatic Colors of #8F6CF6
Black with #8F6CF6
Text Example
Text Example
White with #8F6CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6CF6; }
p { color: rgb(143,108,246); }
H1.HeaderClassName
{
color: #8F6CF6;
}
.AnyTagClassName
{
color: #8F6CF6;
}
</style>
background-color css
<style>
a { background-color: #8F6CF6; }
a { background-color: rgb(143,108,246); }
div.DivClassName
{
background-color: #8F6CF6;
}
.BgClassName
{
background-color: #8F6CF6;
}
</style>
border-color css
<style>
span { border-color: #8F6CF6; }
span { border-color: rgb(143,108,246); }
td.TdClassName
{
border-color: #8F6CF6;
}
.TagClassName
{
border-color: #8F6CF6;
}
</style>