Shades of Light Slate Blue #8D7CFA
Tints of Light Slate Blue #8D7CFA
RGB
CMYK
RGB Variations
Color information
#8D7CFA (or 0x8D7CFA) is known color: Light Slate Blue. HEX triplet: 8D, 7C and FA. RGB value is (141,124,250). Sum of RGB (Red+Green+Blue) = 141+124+250=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D7CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7CFA is #728305. Grayscale: #8E8E8E. Windows color (decimal): -7504646 or 16415885. OLE color: 16415885.
HSL color Cylindrical-coordinate representation of color #8D7CFA: hue angle of 248.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D7CFA is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 124 | 250 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.02 |
| HSL | 248.1º | 0.93% | 0.73% | - |
| HSV(B) | 248.1º | 0.5% | 0.98% | - |
| XYZ | 35.45 | 26.98 | 93.78 | - |
| YUV | 143.45 | 188.13 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 250 | 0.44 | 0.50 | 0 | 0.02 | 248.1 | 0.93 | 0.73 |
| Hex | 8D | 7C | FA | 2C | 32 | 0 | 2 | F8 | 5D | 49 |
| Octal | 215 | 174 | 372 | 54 | 62 | 0 | 2 | 370 | 135 | 111 |
| Binary | 10001101 | 1111100 | 11111010 | 101100 | 110010 | 0 | 10 | 11111000 | 1011101 | 1001001 |
Color Harmonies of #8D7CFA
Complementary color
Monochromatic Colors of #8D7CFA
Black with #8D7CFA
Text Example
Text Example
White with #8D7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7CFA; }
p { color: rgb(141,124,250); }
H1.HeaderClassName
{
color: #8D7CFA;
}
.AnyTagClassName
{
color: #8D7CFA;
}
</style>
background-color css
<style>
a { background-color: #8D7CFA; }
a { background-color: rgb(141,124,250); }
div.DivClassName
{
background-color: #8D7CFA;
}
.BgClassName
{
background-color: #8D7CFA;
}
</style>
border-color css
<style>
span { border-color: #8D7CFA; }
span { border-color: rgb(141,124,250); }
td.TdClassName
{
border-color: #8D7CFA;
}
.TagClassName
{
border-color: #8D7CFA;
}
</style>