Shades of Light Slate Blue #797EFC
Tints of Light Slate Blue #797EFC
RGB
CMYK
RGB Variations
Color information
#797EFC (or 0x797EFC) is known color: Light Slate Blue. HEX triplet: 79, 7E and FC. RGB value is (121,126,252). Sum of RGB (Red+Green+Blue) = 121+126+252=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #797EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797EFC is #868103. Grayscale: #8A8A8A. Windows color (decimal): -8814852 or 16547449. OLE color: 16547449.
HSL color Cylindrical-coordinate representation of color #797EFC: hue angle of 237.71º 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 #797EFC is Cyan = 0.52, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 126 | 252 | - |
| CMYK | 0.52 | 0.5 | 0 | 0.01 |
| HSL | 237.71º | 0.96% | 0.73% | - |
| HSV(B) | 237.71º | 0.52% | 0.99% | - |
| XYZ | 32.92 | 26.01 | 95.38 | - |
| YUV | 138.87 | 191.84 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 252 | 0.52 | 0.5 | 0 | 0.01 | 237.71 | 0.96 | 0.73 |
| Hex | 79 | 7E | FC | 34 | 32 | 0 | 1 | EE | 60 | 49 |
| Octal | 171 | 176 | 374 | 64 | 62 | 0 | 1 | 356 | 140 | 111 |
| Binary | 1111001 | 1111110 | 11111100 | 110100 | 110010 | 0 | 1 | 11101110 | 1100000 | 1001001 |
Color Harmonies of #797EFC
Complementary color
Monochromatic Colors of #797EFC
Black with #797EFC
Text Example
Text Example
White with #797EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797EFC; }
p { color: rgb(121,126,252); }
H1.HeaderClassName
{
color: #797EFC;
}
.AnyTagClassName
{
color: #797EFC;
}
</style>
background-color css
<style>
a { background-color: #797EFC; }
a { background-color: rgb(121,126,252); }
div.DivClassName
{
background-color: #797EFC;
}
.BgClassName
{
background-color: #797EFC;
}
</style>
border-color css
<style>
span { border-color: #797EFC; }
span { border-color: rgb(121,126,252); }
td.TdClassName
{
border-color: #797EFC;
}
.TagClassName
{
border-color: #797EFC;
}
</style>