#797DFE

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

Shades of Light Slate Blue #797DFE

Tints of Light Slate Blue #797DFE

Color information

#797DFE (or 0x797DFE) is unknown color: approx Light Slate Blue. HEX triplet: 79, 7D and FE. RGB value is (121,125,254). Sum of RGB (Red+Green+Blue) = 121+125+254=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #797DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797DFE is #868201. Grayscale: #898989. Windows color (decimal): -8815106 or 16678265. OLE color: 16678265.

HSL color Cylindrical-coordinate representation of color #797DFE: hue angle of 238.2º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #797DFE is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB121125254-
CMYK0.520.5100.00
HSL238.2º98.52%73.53%-
HSV(B)238.2º52.36%99.61%-
XYZ33.1125.8997.02-
YUV138.51193.17115.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.2%
GREEN value IS 125 (49.22% from 255) = 25%
BLUE value IS 254 (99.61% from 255) = 50.8%
R=24.2%
G=25%
B=50.8%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1211252540.520.5100.00238.298.5273.53
Hex797DFE343300ee634a
Octal171175376646300356143112
Binary1111001111110111111110110100110011001110111011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797DFE; }

 p { color: rgb(121,125,254); }

 H1.HeaderClassName
 {
   color: #797DFE;
 }
 .AnyTagClassName
 {
   color: #797DFE;
 }
</style>
background-color css

<style>
 a { background-color: #797DFE; }

 a { background-color: rgb(121,125,254); }

 div.DivClassName
 {
   background-color: #797DFE;
 }
 .BgClassName
 {
   background-color: #797DFE;
 }
</style>
border-color css

<style>
 span { border-color: #797DFE; }

 span { border-color: rgb(121,125,254); }

 td.TdClassName
 {
   border-color: #797DFE;
 }
 .TagClassName
 {
   border-color: #797DFE;
 }
</style>