Shades of Light Slate Blue #8D6BFA
Tints of Light Slate Blue #8D6BFA
RGB
CMYK
RGB Variations
Color information
#8D6BFA (or 0x8D6BFA) is known color: Light Slate Blue. HEX triplet: 8D, 6B and FA. RGB value is (141,107,250). Sum of RGB (Red+Green+Blue) = 141+107+250=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D6BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6BFA is #729405. Grayscale: #848484. Windows color (decimal): -7508998 or 16411533. OLE color: 16411533.
HSL color Cylindrical-coordinate representation of color #8D6BFA: hue angle of 254.27º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D6BFA is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 107 | 250 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.02 |
| HSL | 254.27º | 0.93% | 0.7% | - |
| HSV(B) | 254.27º | 0.57% | 0.98% | - |
| XYZ | 33.5 | 23.08 | 93.13 | - |
| YUV | 133.47 | 193.76 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 107 | 250 | 0.44 | 0.57 | 0 | 0.02 | 254.27 | 0.93 | 0.7 |
| Hex | 8D | 6B | FA | 2C | 39 | 0 | 2 | FE | 5D | 46 |
| Octal | 215 | 153 | 372 | 54 | 71 | 0 | 2 | 376 | 135 | 106 |
| Binary | 10001101 | 1101011 | 11111010 | 101100 | 111001 | 0 | 10 | 11111110 | 1011101 | 1000110 |
Color Harmonies of #8D6BFA
Complementary color
Monochromatic Colors of #8D6BFA
Black with #8D6BFA
Text Example
Text Example
White with #8D6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6BFA; }
p { color: rgb(141,107,250); }
H1.HeaderClassName
{
color: #8D6BFA;
}
.AnyTagClassName
{
color: #8D6BFA;
}
</style>
background-color css
<style>
a { background-color: #8D6BFA; }
a { background-color: rgb(141,107,250); }
div.DivClassName
{
background-color: #8D6BFA;
}
.BgClassName
{
background-color: #8D6BFA;
}
</style>
border-color css
<style>
span { border-color: #8D6BFA; }
span { border-color: rgb(141,107,250); }
td.TdClassName
{
border-color: #8D6BFA;
}
.TagClassName
{
border-color: #8D6BFA;
}
</style>