Shades of Light Slate Blue #8C7EFC
Tints of Light Slate Blue #8C7EFC
RGB
CMYK
RGB Variations
Color information
#8C7EFC (or 0x8C7EFC) is known color: Light Slate Blue. HEX triplet: 8C, 7E and FC. RGB value is (140,126,252). Sum of RGB (Red+Green+Blue) = 140+126+252=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C7EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7EFC is #738103. Grayscale: #909090. Windows color (decimal): -7569668 or 16547468. OLE color: 16547468.
HSL color Cylindrical-coordinate representation of color #8C7EFC: hue angle of 246.67º 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 #8C7EFC is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 126 | 252 | - |
| CMYK | 0.44 | 0.5 | 0 | 0.01 |
| HSL | 246.67º | 0.95% | 0.74% | - |
| HSV(B) | 246.67º | 0.5% | 0.99% | - |
| XYZ | 35.85 | 27.53 | 95.52 | - |
| YUV | 144.55 | 188.64 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 252 | 0.44 | 0.5 | 0 | 0.01 | 246.67 | 0.95 | 0.74 |
| Hex | 8C | 7E | FC | 2C | 32 | 0 | 1 | F7 | 5F | 4A |
| Octal | 214 | 176 | 374 | 54 | 62 | 0 | 1 | 367 | 137 | 112 |
| Binary | 10001100 | 1111110 | 11111100 | 101100 | 110010 | 0 | 1 | 11110111 | 1011111 | 1001010 |
Color Harmonies of #8C7EFC
Complementary color
Monochromatic Colors of #8C7EFC
Black with #8C7EFC
Text Example
Text Example
White with #8C7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EFC; }
p { color: rgb(140,126,252); }
H1.HeaderClassName
{
color: #8C7EFC;
}
.AnyTagClassName
{
color: #8C7EFC;
}
</style>
background-color css
<style>
a { background-color: #8C7EFC; }
a { background-color: rgb(140,126,252); }
div.DivClassName
{
background-color: #8C7EFC;
}
.BgClassName
{
background-color: #8C7EFC;
}
</style>
border-color css
<style>
span { border-color: #8C7EFC; }
span { border-color: rgb(140,126,252); }
td.TdClassName
{
border-color: #8C7EFC;
}
.TagClassName
{
border-color: #8C7EFC;
}
</style>