Shades of Light Slate Blue #8D86F9
Tints of Light Slate Blue #8D86F9
RGB
CMYK
RGB Variations
Color information
#8D86F9 (or 0x8D86F9) is known color: Light Slate Blue. HEX triplet: 8D, 86 and F9. RGB value is (141,134,249). Sum of RGB (Red+Green+Blue) = 141+134+249=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D86F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D86F9 is #727906. Grayscale: #949494. Windows color (decimal): -7502087 or 16352909. OLE color: 16352909.
HSL color Cylindrical-coordinate representation of color #8D86F9: hue angle of 243.65º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D86F9 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 134 | 249 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.02 |
| HSL | 243.65º | 0.91% | 0.75% | - |
| HSV(B) | 243.65º | 0.46% | 0.98% | - |
| XYZ | 36.61 | 29.55 | 93.4 | - |
| YUV | 149.2 | 184.32 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 249 | 0.43 | 0.46 | 0 | 0.02 | 243.65 | 0.91 | 0.75 |
| Hex | 8D | 86 | F9 | 2B | 2E | 0 | 2 | F4 | 5B | 4B |
| Octal | 215 | 206 | 371 | 53 | 56 | 0 | 2 | 364 | 133 | 113 |
| Binary | 10001101 | 10000110 | 11111001 | 101011 | 101110 | 0 | 10 | 11110100 | 1011011 | 1001011 |
Color Harmonies of #8D86F9
Complementary color
Monochromatic Colors of #8D86F9
Black with #8D86F9
Text Example
Text Example
White with #8D86F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D86F9; }
p { color: rgb(141,134,249); }
H1.HeaderClassName
{
color: #8D86F9;
}
.AnyTagClassName
{
color: #8D86F9;
}
</style>
background-color css
<style>
a { background-color: #8D86F9; }
a { background-color: rgb(141,134,249); }
div.DivClassName
{
background-color: #8D86F9;
}
.BgClassName
{
background-color: #8D86F9;
}
</style>
border-color css
<style>
span { border-color: #8D86F9; }
span { border-color: rgb(141,134,249); }
td.TdClassName
{
border-color: #8D86F9;
}
.TagClassName
{
border-color: #8D86F9;
}
</style>