Shades of Light Slate Blue #797EFF
Tints of Light Slate Blue #797EFF
RGB
CMYK
RGB Variations
Color information
#797EFF (or 0x797EFF) is known color: Light Slate Blue. HEX triplet: 79, 7E and FF. RGB value is (121,126,255). Sum of RGB (Red+Green+Blue) = 121+126+255=502 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.10% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #797EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797EFF is #868100. Grayscale: #8A8A8A. Windows color (decimal): -8814849 or 16744057. OLE color: 16744057.
HSL color Cylindrical-coordinate representation of color #797EFF: hue angle of 237.76º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #797EFF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 126 | 255 | - |
| CMYK | 0.53 | 0.51 | 0 | 0 |
| HSL | 237.76º | 1% | 0.74% | - |
| HSV(B) | 237.76º | 0.53% | 1% | - |
| XYZ | 33.4 | 26.21 | 97.91 | - |
| YUV | 139.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 255 | 0.53 | 0.51 | 0 | 0 | 237.76 | 1 | 0.74 |
| Hex | 79 | 7E | FF | 35 | 33 | 0 | 0 | EE | 64 | 4A |
| Octal | 171 | 176 | 377 | 65 | 63 | 0 | 0 | 356 | 144 | 112 |
| Binary | 1111001 | 1111110 | 11111111 | 110101 | 110011 | 0 | 0 | 11101110 | 1100100 | 1001010 |
Color Harmonies of #797EFF
Complementary color
Monochromatic Colors of #797EFF
Black with #797EFF
Text Example
Text Example
White with #797EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797EFF; }
p { color: rgb(121,126,255); }
H1.HeaderClassName
{
color: #797EFF;
}
.AnyTagClassName
{
color: #797EFF;
}
</style>
background-color css
<style>
a { background-color: #797EFF; }
a { background-color: rgb(121,126,255); }
div.DivClassName
{
background-color: #797EFF;
}
.BgClassName
{
background-color: #797EFF;
}
</style>
border-color css
<style>
span { border-color: #797EFF; }
span { border-color: rgb(121,126,255); }
td.TdClassName
{
border-color: #797EFF;
}
.TagClassName
{
border-color: #797EFF;
}
</style>