#797CFA

Color #797CFA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #797CFA

Tints of Light Slate Blue #797CFA

Color information

#797CFA (or 0x797CFA) is unknown color: approx 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

RGB121124250-
CMYK0.520.5000.02
HSL238.6º92.81%72.75%-
HSV(B)238.6º51.6%98.04%-
XYZ32.3525.3893.64-
YUV137.47191.51116.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 24.44%
GREEN value IS 124 (48.83% from 255) = 25.05%
BLUE value IS 250 (98.05% from 255) = 50.51%
R=24.44%
G=25.05%
B=50.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211242500.520.5000.02238.692.8172.75
Hex797CFA343202ef5d49
Octal171174372646202357135111
Binary11110011111100111110101101001100100101110111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>