Shades of Light Slate Blue #8D7EFC
Tints of Light Slate Blue #8D7EFC
RGB
CMYK
RGB Variations
Color information
#8D7EFC (or 0x8D7EFC) is known color: Light Slate Blue. HEX triplet: 8D, 7E and FC. RGB value is (141,126,252). Sum of RGB (Red+Green+Blue) = 141+126+252=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D7EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7EFC is #728103. Grayscale: #909090. Windows color (decimal): -7504132 or 16547469. OLE color: 16547469.
HSL color Cylindrical-coordinate representation of color #8D7EFC: hue angle of 247.14º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D7EFC is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 126 | 252 | - |
| CMYK | 0.44 | 0.5 | 0 | 0.01 |
| HSL | 247.14º | 0.95% | 0.74% | - |
| HSV(B) | 247.14º | 0.5% | 0.99% | - |
| XYZ | 36.02 | 27.61 | 95.53 | - |
| YUV | 144.85 | 188.47 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 252 | 0.44 | 0.5 | 0 | 0.01 | 247.14 | 0.95 | 0.74 |
| Hex | 8D | 7E | FC | 2C | 32 | 0 | 1 | F7 | 5F | 4A |
| Octal | 215 | 176 | 374 | 54 | 62 | 0 | 1 | 367 | 137 | 112 |
| Binary | 10001101 | 1111110 | 11111100 | 101100 | 110010 | 0 | 1 | 11110111 | 1011111 | 1001010 |
Color Harmonies of #8D7EFC
Complementary color
Monochromatic Colors of #8D7EFC
Black with #8D7EFC
Text Example
Text Example
White with #8D7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7EFC; }
p { color: rgb(141,126,252); }
H1.HeaderClassName
{
color: #8D7EFC;
}
.AnyTagClassName
{
color: #8D7EFC;
}
</style>
background-color css
<style>
a { background-color: #8D7EFC; }
a { background-color: rgb(141,126,252); }
div.DivClassName
{
background-color: #8D7EFC;
}
.BgClassName
{
background-color: #8D7EFC;
}
</style>
border-color css
<style>
span { border-color: #8D7EFC; }
span { border-color: rgb(141,126,252); }
td.TdClassName
{
border-color: #8D7EFC;
}
.TagClassName
{
border-color: #8D7EFC;
}
</style>