Shades of Light Slate Blue #8D86F3
Tints of Light Slate Blue #8D86F3
RGB
CMYK
RGB Variations
Color information
#8D86F3 (or 0x8D86F3) is known color: Light Slate Blue. HEX triplet: 8D, 86 and F3. RGB value is (141,134,243). Sum of RGB (Red+Green+Blue) = 141+134+243=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #8D86F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D86F3 is #72790C. Grayscale: #949494. Windows color (decimal): -7502093 or 15959693. OLE color: 15959693.
HSL color Cylindrical-coordinate representation of color #8D86F3: hue angle of 243.85º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D86F3 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 134 | 243 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.05 |
| HSL | 243.85º | 0.82% | 0.74% | - |
| HSV(B) | 243.85º | 0.45% | 0.95% | - |
| XYZ | 35.69 | 29.18 | 88.55 | - |
| YUV | 148.52 | 181.32 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 243 | 0.42 | 0.45 | 0 | 0.05 | 243.85 | 0.82 | 0.74 |
| Hex | 8D | 86 | F3 | 2A | 2D | 0 | 5 | F4 | 52 | 4A |
| Octal | 215 | 206 | 363 | 52 | 55 | 0 | 5 | 364 | 122 | 112 |
| Binary | 10001101 | 10000110 | 11110011 | 101010 | 101101 | 0 | 101 | 11110100 | 1010010 | 1001010 |
Color Harmonies of #8D86F3
Complementary color
Monochromatic Colors of #8D86F3
Black with #8D86F3
Text Example
Text Example
White with #8D86F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D86F3; }
p { color: rgb(141,134,243); }
H1.HeaderClassName
{
color: #8D86F3;
}
.AnyTagClassName
{
color: #8D86F3;
}
</style>
background-color css
<style>
a { background-color: #8D86F3; }
a { background-color: rgb(141,134,243); }
div.DivClassName
{
background-color: #8D86F3;
}
.BgClassName
{
background-color: #8D86F3;
}
</style>
border-color css
<style>
span { border-color: #8D86F3; }
span { border-color: rgb(141,134,243); }
td.TdClassName
{
border-color: #8D86F3;
}
.TagClassName
{
border-color: #8D86F3;
}
</style>