Shades of Light Slate Blue #7E7FFE
Tints of Light Slate Blue #7E7FFE
RGB
CMYK
RGB Variations
Color information
#7E7FFE (or 0x7E7FFE) is known color: Light Slate Blue. HEX triplet: 7E, 7F and FE. RGB value is (126,127,254). Sum of RGB (Red+Green+Blue) = 126+127+254=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E7FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7FFE is #818001. Grayscale: #8C8C8C. Windows color (decimal): -8486914 or 16678782. OLE color: 16678782.
HSL color Cylindrical-coordinate representation of color #7E7FFE: hue angle of 239.53º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E7FFE is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 127 | 254 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.00 |
| HSL | 239.53º | 0.98% | 0.75% | - |
| HSV(B) | 239.53º | 0.5% | 1% | - |
| XYZ | 34.08 | 26.77 | 97.14 | - |
| YUV | 141.18 | 191.67 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 127 | 254 | 0.50 | 0.50 | 0 | 0.00 | 239.53 | 0.98 | 0.75 |
| Hex | 7E | 7F | FE | 32 | 32 | 0 | 0 | F0 | 62 | 4B |
| Octal | 176 | 177 | 376 | 62 | 62 | 0 | 0 | 360 | 142 | 113 |
| Binary | 1111110 | 1111111 | 11111110 | 110010 | 110010 | 0 | 0 | 11110000 | 1100010 | 1001011 |
Color Harmonies of #7E7FFE
Complementary color
Monochromatic Colors of #7E7FFE
Black with #7E7FFE
Text Example
Text Example
White with #7E7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7FFE; }
p { color: rgb(126,127,254); }
H1.HeaderClassName
{
color: #7E7FFE;
}
.AnyTagClassName
{
color: #7E7FFE;
}
</style>
background-color css
<style>
a { background-color: #7E7FFE; }
a { background-color: rgb(126,127,254); }
div.DivClassName
{
background-color: #7E7FFE;
}
.BgClassName
{
background-color: #7E7FFE;
}
</style>
border-color css
<style>
span { border-color: #7E7FFE; }
span { border-color: rgb(126,127,254); }
td.TdClassName
{
border-color: #7E7FFE;
}
.TagClassName
{
border-color: #7E7FFE;
}
</style>