Shades of Light Slate Blue #8D6EF2
Tints of Light Slate Blue #8D6EF2
RGB
CMYK
RGB Variations
Color information
#8D6EF2 (or 0x8D6EF2) is known color: Light Slate Blue. HEX triplet: 8D, 6E and F2. RGB value is (141,110,242). Sum of RGB (Red+Green+Blue) = 141+110+242=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #8D6EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6EF2 is #72910D. Grayscale: #858585. Windows color (decimal): -7508238 or 15888013. OLE color: 15888013.
HSL color Cylindrical-coordinate representation of color #8D6EF2: hue angle of 254.09º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D6EF2 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 110 | 242 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.05 |
| HSL | 254.09º | 0.84% | 0.69% | - |
| HSV(B) | 254.09º | 0.55% | 0.95% | - |
| XYZ | 32.59 | 23.23 | 86.77 | - |
| YUV | 134.32 | 188.77 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 242 | 0.42 | 0.55 | 0 | 0.05 | 254.09 | 0.84 | 0.69 |
| Hex | 8D | 6E | F2 | 2A | 37 | 0 | 5 | FE | 54 | 45 |
| Octal | 215 | 156 | 362 | 52 | 67 | 0 | 5 | 376 | 124 | 105 |
| Binary | 10001101 | 1101110 | 11110010 | 101010 | 110111 | 0 | 101 | 11111110 | 1010100 | 1000101 |
Color Harmonies of #8D6EF2
Complementary color
Monochromatic Colors of #8D6EF2
Black with #8D6EF2
Text Example
Text Example
White with #8D6EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6EF2; }
p { color: rgb(141,110,242); }
H1.HeaderClassName
{
color: #8D6EF2;
}
.AnyTagClassName
{
color: #8D6EF2;
}
</style>
background-color css
<style>
a { background-color: #8D6EF2; }
a { background-color: rgb(141,110,242); }
div.DivClassName
{
background-color: #8D6EF2;
}
.BgClassName
{
background-color: #8D6EF2;
}
</style>
border-color css
<style>
span { border-color: #8D6EF2; }
span { border-color: rgb(141,110,242); }
td.TdClassName
{
border-color: #8D6EF2;
}
.TagClassName
{
border-color: #8D6EF2;
}
</style>