#797EFD

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

Shades of Light Slate Blue #797EFD

Tints of Light Slate Blue #797EFD

Color information

#797EFD (or 0x797EFD) is unknown color: approx Light Slate Blue. HEX triplet: 79, 7E and FD. RGB value is (121,126,253). Sum of RGB (Red+Green+Blue) = 121+126+253=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #797EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797EFD is #868102. Grayscale: #8A8A8A. Windows color (decimal): -8814851 or 16612985. OLE color: 16612985.

HSL color Cylindrical-coordinate representation of color #797EFD: hue angle of 237.73º degrees, saturation: 0.97, 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 #797EFD is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121126253-
CMYK0.520.5000.01
HSL237.73º97.06%73.33%-
HSV(B)237.73º52.17%99.22%-
XYZ33.0826.0896.22-
YUV138.98192.34115.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.2%
GREEN value IS 126 (49.61% from 255) = 25.2%
BLUE value IS 253 (99.22% from 255) = 50.6%
R=24.2%
G=25.2%
B=50.6%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211262530.520.5000.01237.7397.0673.33
Hex797EFD343201ee6149
Octal171176375646201356141111
Binary1111001111111011111101110100110010011110111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,126,253); }

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

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

 a { background-color: rgb(121,126,253); }

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

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

 span { border-color: rgb(121,126,253); }

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