#797BFF

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

Shades of Light Slate Blue #797BFF

Tints of Light Slate Blue #797BFF

Color information

#797BFF (or 0x797BFF) is unknown color: approx Light Slate Blue. HEX triplet: 79, 7B and FF. RGB value is (121,123,255). Sum of RGB (Red+Green+Blue) = 121+123+255=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #797BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797BFF is #868400. Grayscale: #888888. Windows color (decimal): -8815617 or 16743289. OLE color: 16743289.

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

Color convert

RGB121123255-
CMYK0.530.5200
HSL239.1º100%73.73%-
HSV(B)239.1º52.55%100%-
XYZ33.0225.4597.78-
YUV137.45194.34116.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.25%
GREEN value IS 123 (48.44% from 255) = 24.65%
BLUE value IS 255 (100% from 255) = 51.10%
R=24.25%
G=24.65%
B=51.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1211232550.530.5200239.110073.73
Hex797BFF353400ef644a
Octal171173377656400357144112
Binary1111001111101111111111110101110100001110111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,123,255); }

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

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

 a { background-color: rgb(121,123,255); }

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

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

 span { border-color: rgb(121,123,255); }

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