Shades of Light Slate Blue #7E79F4
Tints of Light Slate Blue #7E79F4
RGB
CMYK
RGB Variations
Color information
#7E79F4 (or 0x7E79F4) is known color: Light Slate Blue. HEX triplet: 7E, 79 and F4. RGB value is (126,121,244). Sum of RGB (Red+Green+Blue) = 126+121+244=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #7E79F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E79F4 is #81860B. Grayscale: #888888. Windows color (decimal): -8488460 or 16021886. OLE color: 16021886.
HSL color Cylindrical-coordinate representation of color #7E79F4: hue angle of 242.44º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E79F4 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 121 | 244 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.04 |
| HSL | 242.44º | 0.85% | 0.72% | - |
| HSV(B) | 242.44º | 0.5% | 0.96% | - |
| XYZ | 31.77 | 24.64 | 88.67 | - |
| YUV | 136.52 | 188.66 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 121 | 244 | 0.48 | 0.50 | 0 | 0.04 | 242.44 | 0.85 | 0.72 |
| Hex | 7E | 79 | F4 | 30 | 32 | 0 | 4 | F2 | 55 | 48 |
| Octal | 176 | 171 | 364 | 60 | 62 | 0 | 4 | 362 | 125 | 110 |
| Binary | 1111110 | 1111001 | 11110100 | 110000 | 110010 | 0 | 100 | 11110010 | 1010101 | 1001000 |
Color Harmonies of #7E79F4
Complementary color
Monochromatic Colors of #7E79F4
Black with #7E79F4
Text Example
Text Example
White with #7E79F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E79F4; }
p { color: rgb(126,121,244); }
H1.HeaderClassName
{
color: #7E79F4;
}
.AnyTagClassName
{
color: #7E79F4;
}
</style>
background-color css
<style>
a { background-color: #7E79F4; }
a { background-color: rgb(126,121,244); }
div.DivClassName
{
background-color: #7E79F4;
}
.BgClassName
{
background-color: #7E79F4;
}
</style>
border-color css
<style>
span { border-color: #7E79F4; }
span { border-color: rgb(126,121,244); }
td.TdClassName
{
border-color: #7E79F4;
}
.TagClassName
{
border-color: #7E79F4;
}
</style>