Shades of Light Slate Blue #7E80EF
Tints of Light Slate Blue #7E80EF
RGB
CMYK
RGB Variations
Color information
#7E80EF (or 0x7E80EF) is known color: Light Slate Blue. HEX triplet: 7E, 80 and EF. RGB value is (126,128,239). Sum of RGB (Red+Green+Blue) = 126+128+239=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E80EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E80EF is #817F10. Grayscale: #8B8B8B. Windows color (decimal): -8486673 or 15695998. OLE color: 15695998.
HSL color Cylindrical-coordinate representation of color #7E80EF: hue angle of 238.94º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E80EF is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 128 | 239 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.06 |
| HSL | 238.94º | 0.78% | 0.72% | - |
| HSV(B) | 238.94º | 0.47% | 0.94% | - |
| XYZ | 31.9 | 26.11 | 85.02 | - |
| YUV | 140.06 | 183.84 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 239 | 0.47 | 0.46 | 0 | 0.06 | 238.94 | 0.78 | 0.72 |
| Hex | 7E | 80 | EF | 2F | 2E | 0 | 6 | EF | 4E | 48 |
| Octal | 176 | 200 | 357 | 57 | 56 | 0 | 6 | 357 | 116 | 110 |
| Binary | 1111110 | 10000000 | 11101111 | 101111 | 101110 | 0 | 110 | 11101111 | 1001110 | 1001000 |
Color Harmonies of #7E80EF
Complementary color
Monochromatic Colors of #7E80EF
Black with #7E80EF
Text Example
Text Example
White with #7E80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E80EF; }
p { color: rgb(126,128,239); }
H1.HeaderClassName
{
color: #7E80EF;
}
.AnyTagClassName
{
color: #7E80EF;
}
</style>
background-color css
<style>
a { background-color: #7E80EF; }
a { background-color: rgb(126,128,239); }
div.DivClassName
{
background-color: #7E80EF;
}
.BgClassName
{
background-color: #7E80EF;
}
</style>
border-color css
<style>
span { border-color: #7E80EF; }
span { border-color: rgb(126,128,239); }
td.TdClassName
{
border-color: #7E80EF;
}
.TagClassName
{
border-color: #7E80EF;
}
</style>