Shades of Light Slate Blue #797CFA
Tints of Light Slate Blue #797CFA
RGB
CMYK
RGB Variations
Color information
#797CFA (or 0x797CFA) is known color: Light Slate Blue. HEX triplet: 79, 7C and FA. RGB value is (121,124,250). Sum of RGB (Red+Green+Blue) = 121+124+250=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #797CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797CFA is #868305. Grayscale: #888888. Windows color (decimal): -8815366 or 16415865. OLE color: 16415865.
HSL color Cylindrical-coordinate representation of color #797CFA: hue angle of 238.6º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #797CFA is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 124 | 250 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.02 |
| HSL | 238.6º | 0.93% | 0.73% | - |
| HSV(B) | 238.6º | 0.52% | 0.98% | - |
| XYZ | 32.35 | 25.38 | 93.64 | - |
| YUV | 137.47 | 191.51 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 250 | 0.52 | 0.50 | 0 | 0.02 | 238.6 | 0.93 | 0.73 |
| Hex | 79 | 7C | FA | 34 | 32 | 0 | 2 | EF | 5D | 49 |
| Octal | 171 | 174 | 372 | 64 | 62 | 0 | 2 | 357 | 135 | 111 |
| Binary | 1111001 | 1111100 | 11111010 | 110100 | 110010 | 0 | 10 | 11101111 | 1011101 | 1001001 |
Color Harmonies of #797CFA
Complementary color
Monochromatic Colors of #797CFA
Black with #797CFA
Text Example
Text Example
White with #797CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797CFA; }
p { color: rgb(121,124,250); }
H1.HeaderClassName
{
color: #797CFA;
}
.AnyTagClassName
{
color: #797CFA;
}
</style>
background-color css
<style>
a { background-color: #797CFA; }
a { background-color: rgb(121,124,250); }
div.DivClassName
{
background-color: #797CFA;
}
.BgClassName
{
background-color: #797CFA;
}
</style>
border-color css
<style>
span { border-color: #797CFA; }
span { border-color: rgb(121,124,250); }
td.TdClassName
{
border-color: #797CFA;
}
.TagClassName
{
border-color: #797CFA;
}
</style>