#796be2

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

Shades of Medium Slate Blue #796BE2

Tints of Medium Slate Blue #796BE2

Color information

#796BE2 (or 0x796BE2) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 6B and E2. RGB value is (121,107,226). Sum of RGB (Red+Green+Blue) = 121+107+226=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #796BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BE2 is #86941D. Grayscale: #7C7C7C. Windows color (decimal): -8819742 or 14838649. OLE color: 14838649.

HSL color Cylindrical-coordinate representation of color #796BE2: hue angle of 247.06º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #796BE2 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB121107226-
CMYK0.460.5300.11
HSL247.06º67.23%65.29%-
HSV(B)247.06º52.65%88.63%-
XYZ26.8720.0774.41-
YUV124.75185.14125.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.65%
GREEN value IS 107 (42.19% from 255) = 23.57%
BLUE value IS 226 (88.67% from 255) = 49.78%
R=26.65%
G=23.57%
B=49.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1211072260.460.5300.11247.0667.2365.29
Hex796BE22E350Bf74341
Octal1711533425665013367103101
Binary1111001110101111100010101110110101010111111011110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796be2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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