Shades of Light Slate Blue #8D6DFE
Tints of Light Slate Blue #8D6DFE
RGB
CMYK
RGB Variations
Color information
#8D6DFE (or 0x8D6DFE) is known color: Light Slate Blue. HEX triplet: 8D, 6D and FE. RGB value is (141,109,254). Sum of RGB (Red+Green+Blue) = 141+109+254=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D6DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6DFE is #729201. Grayscale: #868686. Windows color (decimal): -7508482 or 16674189. OLE color: 16674189.
HSL color Cylindrical-coordinate representation of color #8D6DFE: hue angle of 253.24º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D6DFE is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 109 | 254 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.00 |
| HSL | 253.24º | 0.99% | 0.71% | - |
| HSV(B) | 253.24º | 0.57% | 1% | - |
| XYZ | 34.34 | 23.76 | 96.54 | - |
| YUV | 135.1 | 195.1 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 254 | 0.44 | 0.57 | 0 | 0.00 | 253.24 | 0.99 | 0.71 |
| Hex | 8D | 6D | FE | 2C | 39 | 0 | 0 | FD | 63 | 47 |
| Octal | 215 | 155 | 376 | 54 | 71 | 0 | 0 | 375 | 143 | 107 |
| Binary | 10001101 | 1101101 | 11111110 | 101100 | 111001 | 0 | 0 | 11111101 | 1100011 | 1000111 |
Color Harmonies of #8D6DFE
Complementary color
Monochromatic Colors of #8D6DFE
Black with #8D6DFE
Text Example
Text Example
White with #8D6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6DFE; }
p { color: rgb(141,109,254); }
H1.HeaderClassName
{
color: #8D6DFE;
}
.AnyTagClassName
{
color: #8D6DFE;
}
</style>
background-color css
<style>
a { background-color: #8D6DFE; }
a { background-color: rgb(141,109,254); }
div.DivClassName
{
background-color: #8D6DFE;
}
.BgClassName
{
background-color: #8D6DFE;
}
</style>
border-color css
<style>
span { border-color: #8D6DFE; }
span { border-color: rgb(141,109,254); }
td.TdClassName
{
border-color: #8D6DFE;
}
.TagClassName
{
border-color: #8D6DFE;
}
</style>