Shades of Light Slate Blue #8C7EF1
Tints of Light Slate Blue #8C7EF1
RGB
CMYK
RGB Variations
Color information
#8C7EF1 (or 0x8C7EF1) is known color: Light Slate Blue. HEX triplet: 8C, 7E and F1. RGB value is (140,126,241). Sum of RGB (Red+Green+Blue) = 140+126+241=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #8C7EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7EF1 is #73810E. Grayscale: #8E8E8E. Windows color (decimal): -7569679 or 15826572. OLE color: 15826572.
HSL color Cylindrical-coordinate representation of color #8C7EF1: hue angle of 247.3º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C7EF1 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 126 | 241 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.05 |
| HSL | 247.3º | 0.8% | 0.72% | - |
| HSV(B) | 247.3º | 0.48% | 0.95% | - |
| XYZ | 34.15 | 26.85 | 86.6 | - |
| YUV | 143.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 241 | 0.42 | 0.48 | 0 | 0.05 | 247.3 | 0.8 | 0.72 |
| Hex | 8C | 7E | F1 | 2A | 30 | 0 | 5 | F7 | 50 | 48 |
| Octal | 214 | 176 | 361 | 52 | 60 | 0 | 5 | 367 | 120 | 110 |
| Binary | 10001100 | 1111110 | 11110001 | 101010 | 110000 | 0 | 101 | 11110111 | 1010000 | 1001000 |
Color Harmonies of #8C7EF1
Complementary color
Monochromatic Colors of #8C7EF1
Black with #8C7EF1
Text Example
Text Example
White with #8C7EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EF1; }
p { color: rgb(140,126,241); }
H1.HeaderClassName
{
color: #8C7EF1;
}
.AnyTagClassName
{
color: #8C7EF1;
}
</style>
background-color css
<style>
a { background-color: #8C7EF1; }
a { background-color: rgb(140,126,241); }
div.DivClassName
{
background-color: #8C7EF1;
}
.BgClassName
{
background-color: #8C7EF1;
}
</style>
border-color css
<style>
span { border-color: #8C7EF1; }
span { border-color: rgb(140,126,241); }
td.TdClassName
{
border-color: #8C7EF1;
}
.TagClassName
{
border-color: #8C7EF1;
}
</style>