Shades of Light Slate Blue #8D86FE
Tints of Light Slate Blue #8D86FE
RGB
CMYK
RGB Variations
Color information
#8D86FE (or 0x8D86FE) is known color: Light Slate Blue. HEX triplet: 8D, 86 and FE. RGB value is (141,134,254). Sum of RGB (Red+Green+Blue) = 141+134+254=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D86FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D86FE is #727901. Grayscale: #959595. Windows color (decimal): -7502082 or 16680589. OLE color: 16680589.
HSL color Cylindrical-coordinate representation of color #8D86FE: hue angle of 243.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D86FE is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 134 | 254 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.00 |
| HSL | 243.5º | 0.98% | 0.76% | - |
| HSV(B) | 243.5º | 0.47% | 1% | - |
| XYZ | 37.4 | 29.87 | 97.56 | - |
| YUV | 149.77 | 186.82 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 254 | 0.44 | 0.47 | 0 | 0.00 | 243.5 | 0.98 | 0.76 |
| Hex | 8D | 86 | FE | 2C | 2F | 0 | 0 | F4 | 62 | 4C |
| Octal | 215 | 206 | 376 | 54 | 57 | 0 | 0 | 364 | 142 | 114 |
| Binary | 10001101 | 10000110 | 11111110 | 101100 | 101111 | 0 | 0 | 11110100 | 1100010 | 1001100 |
Color Harmonies of #8D86FE
Complementary color
Monochromatic Colors of #8D86FE
Black with #8D86FE
Text Example
Text Example
White with #8D86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D86FE; }
p { color: rgb(141,134,254); }
H1.HeaderClassName
{
color: #8D86FE;
}
.AnyTagClassName
{
color: #8D86FE;
}
</style>
background-color css
<style>
a { background-color: #8D86FE; }
a { background-color: rgb(141,134,254); }
div.DivClassName
{
background-color: #8D86FE;
}
.BgClassName
{
background-color: #8D86FE;
}
</style>
border-color css
<style>
span { border-color: #8D86FE; }
span { border-color: rgb(141,134,254); }
td.TdClassName
{
border-color: #8D86FE;
}
.TagClassName
{
border-color: #8D86FE;
}
</style>