Shades of Light Slate Blue #7E7AFC
Tints of Light Slate Blue #7E7AFC
RGB
CMYK
RGB Variations
Color information
#7E7AFC (or 0x7E7AFC) is known color: Light Slate Blue. HEX triplet: 7E, 7A and FC. RGB value is (126,122,252). Sum of RGB (Red+Green+Blue) = 126+122+252=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E7AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7AFC is #818503. Grayscale: #898989. Windows color (decimal): -8488196 or 16546430. OLE color: 16546430.
HSL color Cylindrical-coordinate representation of color #7E7AFC: hue angle of 241.85º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E7AFC is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 122 | 252 | - |
| CMYK | 0.5 | 0.52 | 0 | 0.01 |
| HSL | 241.85º | 0.96% | 0.73% | - |
| HSV(B) | 241.85º | 0.52% | 0.99% | - |
| XYZ | 33.13 | 25.38 | 95.25 | - |
| YUV | 138.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 252 | 0.5 | 0.52 | 0 | 0.01 | 241.85 | 0.96 | 0.73 |
| Hex | 7E | 7A | FC | 32 | 34 | 0 | 1 | F2 | 60 | 49 |
| Octal | 176 | 172 | 374 | 62 | 64 | 0 | 1 | 362 | 140 | 111 |
| Binary | 1111110 | 1111010 | 11111100 | 110010 | 110100 | 0 | 1 | 11110010 | 1100000 | 1001001 |
Color Harmonies of #7E7AFC
Complementary color
Monochromatic Colors of #7E7AFC
Black with #7E7AFC
Text Example
Text Example
White with #7E7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7AFC; }
p { color: rgb(126,122,252); }
H1.HeaderClassName
{
color: #7E7AFC;
}
.AnyTagClassName
{
color: #7E7AFC;
}
</style>
background-color css
<style>
a { background-color: #7E7AFC; }
a { background-color: rgb(126,122,252); }
div.DivClassName
{
background-color: #7E7AFC;
}
.BgClassName
{
background-color: #7E7AFC;
}
</style>
border-color css
<style>
span { border-color: #7E7AFC; }
span { border-color: rgb(126,122,252); }
td.TdClassName
{
border-color: #7E7AFC;
}
.TagClassName
{
border-color: #7E7AFC;
}
</style>