Shades of Light Slate Blue #8D6DF8
Tints of Light Slate Blue #8D6DF8
RGB
CMYK
RGB Variations
Color information
#8D6DF8 (or 0x8D6DF8) is known color: Light Slate Blue. HEX triplet: 8D, 6D and F8. RGB value is (141,109,248). Sum of RGB (Red+Green+Blue) = 141+109+248=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #8D6DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6DF8 is #729207. Grayscale: #858585. Windows color (decimal): -7508488 or 16280973. OLE color: 16280973.
HSL color Cylindrical-coordinate representation of color #8D6DF8: hue angle of 253.81º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D6DF8 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 109 | 248 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.03 |
| HSL | 253.81º | 0.91% | 0.7% | - |
| HSV(B) | 253.81º | 0.56% | 0.97% | - |
| XYZ | 33.4 | 23.38 | 91.56 | - |
| YUV | 134.41 | 192.1 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 248 | 0.43 | 0.56 | 0 | 0.03 | 253.81 | 0.91 | 0.7 |
| Hex | 8D | 6D | F8 | 2B | 38 | 0 | 3 | FE | 5B | 46 |
| Octal | 215 | 155 | 370 | 53 | 70 | 0 | 3 | 376 | 133 | 106 |
| Binary | 10001101 | 1101101 | 11111000 | 101011 | 111000 | 0 | 11 | 11111110 | 1011011 | 1000110 |
Color Harmonies of #8D6DF8
Complementary color
Monochromatic Colors of #8D6DF8
Black with #8D6DF8
Text Example
Text Example
White with #8D6DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6DF8; }
p { color: rgb(141,109,248); }
H1.HeaderClassName
{
color: #8D6DF8;
}
.AnyTagClassName
{
color: #8D6DF8;
}
</style>
background-color css
<style>
a { background-color: #8D6DF8; }
a { background-color: rgb(141,109,248); }
div.DivClassName
{
background-color: #8D6DF8;
}
.BgClassName
{
background-color: #8D6DF8;
}
</style>
border-color css
<style>
span { border-color: #8D6DF8; }
span { border-color: rgb(141,109,248); }
td.TdClassName
{
border-color: #8D6DF8;
}
.TagClassName
{
border-color: #8D6DF8;
}
</style>