#797FFB

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

Shades of Light Slate Blue #797FFB

Tints of Light Slate Blue #797FFB

Color information

#797FFB (or 0x797FFB) is unknown color: approx Light Slate Blue. HEX triplet: 79, 7F and FB. RGB value is (121,127,251). Sum of RGB (Red+Green+Blue) = 121+127+251=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #797FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797FFB is #868004. Grayscale: #8A8A8A. Windows color (decimal): -8814597 or 16482169. OLE color: 16482169.

HSL color Cylindrical-coordinate representation of color #797FFB: hue angle of 237.23º degrees, saturation: 0.94, 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 #797FFB is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121127251-
CMYK0.520.4900.02
HSL237.23º94.2%72.94%-
HSV(B)237.23º51.79%98.43%-
XYZ32.8926.2194.59-
YUV139.34191.01114.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.25%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 251 (98.44% from 255) = 50.30%
R=24.25%
G=25.45%
B=50.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211272510.520.4900.02237.2394.272.94
Hex797FFB343102ed5e49
Octal171177373646102355136111
Binary11110011111111111110111101001100010101110110110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,127,251); }

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

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

 a { background-color: rgb(121,127,251); }

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

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

 span { border-color: rgb(121,127,251); }

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