#796BFF

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

Shades of Light Slate Blue #796BFF

Tints of Light Slate Blue #796BFF

Color information

#796BFF (or 0x796BFF) is unknown color: approx Light Slate Blue. HEX triplet: 79, 6B and FF. RGB value is (121,107,255). Sum of RGB (Red+Green+Blue) = 121+107+255=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #796BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796BFF is #869400. Grayscale: #7F7F7F. Windows color (decimal): -8819713 or 16739193. OLE color: 16739193.

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

Color convert

RGB121107255-
CMYK0.530.5800
HSL245.68º100%70.98%-
HSV(B)245.68º58.04%100%-
XYZ31.1921.897.17-
YUV128.06199.64122.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.05%
GREEN value IS 107 (42.19% from 255) = 22.15%
BLUE value IS 255 (100% from 255) = 52.80%
R=25.05%
G=22.15%
B=52.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1211072550.530.5800245.6810070.98
Hex796BFF353A00f66447
Octal171153377657200366144107
Binary1111001110101111111111110101111010001111011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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