Shades of Light Slate Blue #8D6DF6
Tints of Light Slate Blue #8D6DF6
RGB
CMYK
RGB Variations
Color information
#8D6DF6 (or 0x8D6DF6) is known color: Light Slate Blue. HEX triplet: 8D, 6D and F6. RGB value is (141,109,246). Sum of RGB (Red+Green+Blue) = 141+109+246=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #8D6DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6DF6 is #729209. Grayscale: #858585. Windows color (decimal): -7508490 or 16149901. OLE color: 16149901.
HSL color Cylindrical-coordinate representation of color #8D6DF6: hue angle of 254.01º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D6DF6 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 109 | 246 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.04 |
| HSL | 254.01º | 0.88% | 0.7% | - |
| HSV(B) | 254.01º | 0.56% | 0.96% | - |
| XYZ | 33.09 | 23.25 | 89.93 | - |
| YUV | 134.19 | 191.1 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 246 | 0.43 | 0.56 | 0 | 0.04 | 254.01 | 0.88 | 0.7 |
| Hex | 8D | 6D | F6 | 2B | 38 | 0 | 4 | FE | 58 | 46 |
| Octal | 215 | 155 | 366 | 53 | 70 | 0 | 4 | 376 | 130 | 106 |
| Binary | 10001101 | 1101101 | 11110110 | 101011 | 111000 | 0 | 100 | 11111110 | 1011000 | 1000110 |
Color Harmonies of #8D6DF6
Complementary color
Monochromatic Colors of #8D6DF6
Black with #8D6DF6
Text Example
Text Example
White with #8D6DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6DF6; }
p { color: rgb(141,109,246); }
H1.HeaderClassName
{
color: #8D6DF6;
}
.AnyTagClassName
{
color: #8D6DF6;
}
</style>
background-color css
<style>
a { background-color: #8D6DF6; }
a { background-color: rgb(141,109,246); }
div.DivClassName
{
background-color: #8D6DF6;
}
.BgClassName
{
background-color: #8D6DF6;
}
</style>
border-color css
<style>
span { border-color: #8D6DF6; }
span { border-color: rgb(141,109,246); }
td.TdClassName
{
border-color: #8D6DF6;
}
.TagClassName
{
border-color: #8D6DF6;
}
</style>