Shades of Light Slate Blue #8D6AFE
Tints of Light Slate Blue #8D6AFE
RGB
CMYK
RGB Variations
Color information
#8D6AFE (or 0x8D6AFE) is known color: Light Slate Blue. HEX triplet: 8D, 6A and FE. RGB value is (141,106,254). Sum of RGB (Red+Green+Blue) = 141+106+254=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D6AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6AFE is #729501. Grayscale: #848484. Windows color (decimal): -7509250 or 16673421. OLE color: 16673421.
HSL color Cylindrical-coordinate representation of color #8D6AFE: hue angle of 254.19º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D6AFE is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 106 | 254 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.00 |
| HSL | 254.19º | 0.99% | 0.71% | - |
| HSV(B) | 254.19º | 0.58% | 1% | - |
| XYZ | 34.03 | 23.13 | 96.44 | - |
| YUV | 133.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 254 | 0.44 | 0.58 | 0 | 0.00 | 254.19 | 0.99 | 0.71 |
| Hex | 8D | 6A | FE | 2C | 3A | 0 | 0 | FE | 63 | 47 |
| Octal | 215 | 152 | 376 | 54 | 72 | 0 | 0 | 376 | 143 | 107 |
| Binary | 10001101 | 1101010 | 11111110 | 101100 | 111010 | 0 | 0 | 11111110 | 1100011 | 1000111 |
Color Harmonies of #8D6AFE
Complementary color
Monochromatic Colors of #8D6AFE
Black with #8D6AFE
Text Example
Text Example
White with #8D6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6AFE; }
p { color: rgb(141,106,254); }
H1.HeaderClassName
{
color: #8D6AFE;
}
.AnyTagClassName
{
color: #8D6AFE;
}
</style>
background-color css
<style>
a { background-color: #8D6AFE; }
a { background-color: rgb(141,106,254); }
div.DivClassName
{
background-color: #8D6AFE;
}
.BgClassName
{
background-color: #8D6AFE;
}
</style>
border-color css
<style>
span { border-color: #8D6AFE; }
span { border-color: rgb(141,106,254); }
td.TdClassName
{
border-color: #8D6AFE;
}
.TagClassName
{
border-color: #8D6AFE;
}
</style>