Shades of Light Slate Blue #8D6BFF
Tints of Light Slate Blue #8D6BFF
RGB
CMYK
RGB Variations
Color information
#8D6BFF (or 0x8D6BFF) is known color: Light Slate Blue. HEX triplet: 8D, 6B and FF. RGB value is (141,107,255). Sum of RGB (Red+Green+Blue) = 141+107+255=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D6BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6BFF is #729400. Grayscale: #858585. Windows color (decimal): -7508993 or 16739213. OLE color: 16739213.
HSL color Cylindrical-coordinate representation of color #8D6BFF: hue angle of 253.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D6BFF is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 107 | 255 | - |
| CMYK | 0.45 | 0.58 | 0 | 0 |
| HSL | 253.78º | 1% | 0.71% | - |
| HSV(B) | 253.78º | 0.58% | 1% | - |
| XYZ | 34.29 | 23.4 | 97.32 | - |
| YUV | 134.04 | 196.26 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 107 | 255 | 0.45 | 0.58 | 0 | 0 | 253.78 | 1 | 0.71 |
| Hex | 8D | 6B | FF | 2D | 3A | 0 | 0 | FE | 64 | 47 |
| Octal | 215 | 153 | 377 | 55 | 72 | 0 | 0 | 376 | 144 | 107 |
| Binary | 10001101 | 1101011 | 11111111 | 101101 | 111010 | 0 | 0 | 11111110 | 1100100 | 1000111 |
Color Harmonies of #8D6BFF
Complementary color
Monochromatic Colors of #8D6BFF
Black with #8D6BFF
Text Example
Text Example
White with #8D6BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6BFF; }
p { color: rgb(141,107,255); }
H1.HeaderClassName
{
color: #8D6BFF;
}
.AnyTagClassName
{
color: #8D6BFF;
}
</style>
background-color css
<style>
a { background-color: #8D6BFF; }
a { background-color: rgb(141,107,255); }
div.DivClassName
{
background-color: #8D6BFF;
}
.BgClassName
{
background-color: #8D6BFF;
}
</style>
border-color css
<style>
span { border-color: #8D6BFF; }
span { border-color: rgb(141,107,255); }
td.TdClassName
{
border-color: #8D6BFF;
}
.TagClassName
{
border-color: #8D6BFF;
}
</style>