Shades of Light Slate Blue #7E8CFA
Tints of Light Slate Blue #7E8CFA
RGB
CMYK
RGB Variations
Color information
#7E8CFA (or 0x7E8CFA) is known color: Light Slate Blue. HEX triplet: 7E, 8C and FA. RGB value is (126,140,250). Sum of RGB (Red+Green+Blue) = 126+140+250=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E8CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8CFA is #817305. Grayscale: #939393. Windows color (decimal): -8483590 or 16419966. OLE color: 16419966.
HSL color Cylindrical-coordinate representation of color #7E8CFA: hue angle of 233.23º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E8CFA is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 140 | 250 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.02 |
| HSL | 233.23º | 0.93% | 0.74% | - |
| HSV(B) | 233.23º | 0.5% | 0.98% | - |
| XYZ | 35.24 | 30.09 | 94.39 | - |
| YUV | 148.35 | 185.36 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 140 | 250 | 0.50 | 0.44 | 0 | 0.02 | 233.23 | 0.93 | 0.74 |
| Hex | 7E | 8C | FA | 32 | 2C | 0 | 2 | E9 | 5D | 4A |
| Octal | 176 | 214 | 372 | 62 | 54 | 0 | 2 | 351 | 135 | 112 |
| Binary | 1111110 | 10001100 | 11111010 | 110010 | 101100 | 0 | 10 | 11101001 | 1011101 | 1001010 |
Color Harmonies of #7E8CFA
Complementary color
Monochromatic Colors of #7E8CFA
Black with #7E8CFA
Text Example
Text Example
White with #7E8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8CFA; }
p { color: rgb(126,140,250); }
H1.HeaderClassName
{
color: #7E8CFA;
}
.AnyTagClassName
{
color: #7E8CFA;
}
</style>
background-color css
<style>
a { background-color: #7E8CFA; }
a { background-color: rgb(126,140,250); }
div.DivClassName
{
background-color: #7E8CFA;
}
.BgClassName
{
background-color: #7E8CFA;
}
</style>
border-color css
<style>
span { border-color: #7E8CFA; }
span { border-color: rgb(126,140,250); }
td.TdClassName
{
border-color: #7E8CFA;
}
.TagClassName
{
border-color: #7E8CFA;
}
</style>