Shades of Light Slate Blue #8D86F1
Tints of Light Slate Blue #8D86F1
RGB
CMYK
RGB Variations
Color information
#8D86F1 (or 0x8D86F1) is known color: Light Slate Blue. HEX triplet: 8D, 86 and F1. RGB value is (141,134,241). Sum of RGB (Red+Green+Blue) = 141+134+241=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D86F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D86F1 is #72790E. Grayscale: #939393. Windows color (decimal): -7502095 or 15828621. OLE color: 15828621.
HSL color Cylindrical-coordinate representation of color #8D86F1: hue angle of 243.93º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D86F1 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 134 | 241 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.05 |
| HSL | 243.93º | 0.79% | 0.74% | - |
| HSV(B) | 243.93º | 0.44% | 0.95% | - |
| XYZ | 35.39 | 29.06 | 86.96 | - |
| YUV | 148.29 | 180.32 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 241 | 0.41 | 0.44 | 0 | 0.05 | 243.93 | 0.79 | 0.74 |
| Hex | 8D | 86 | F1 | 29 | 2C | 0 | 5 | F4 | 4F | 4A |
| Octal | 215 | 206 | 361 | 51 | 54 | 0 | 5 | 364 | 117 | 112 |
| Binary | 10001101 | 10000110 | 11110001 | 101001 | 101100 | 0 | 101 | 11110100 | 1001111 | 1001010 |
Color Harmonies of #8D86F1
Complementary color
Monochromatic Colors of #8D86F1
Black with #8D86F1
Text Example
Text Example
White with #8D86F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D86F1; }
p { color: rgb(141,134,241); }
H1.HeaderClassName
{
color: #8D86F1;
}
.AnyTagClassName
{
color: #8D86F1;
}
</style>
background-color css
<style>
a { background-color: #8D86F1; }
a { background-color: rgb(141,134,241); }
div.DivClassName
{
background-color: #8D86F1;
}
.BgClassName
{
background-color: #8D86F1;
}
</style>
border-color css
<style>
span { border-color: #8D86F1; }
span { border-color: rgb(141,134,241); }
td.TdClassName
{
border-color: #8D86F1;
}
.TagClassName
{
border-color: #8D86F1;
}
</style>