#795EE1

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

Shades of Medium Slate Blue #795EE1

Tints of Medium Slate Blue #795EE1

Color information

#795EE1 (or 0x795EE1) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 5E and E1. RGB value is (121,94,225). Sum of RGB (Red+Green+Blue) = 121+94+225=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #795EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795EE1 is #86A11E. Grayscale: #747474. Windows color (decimal): -8823071 or 14769785. OLE color: 14769785.

HSL color Cylindrical-coordinate representation of color #795EE1: hue angle of 252.37º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #795EE1 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12194225-
CMYK0.460.5800.12
HSL252.37º68.59%62.55%-
HSV(B)252.37º58.22%88.24%-
XYZ25.4817.5173.27-
YUV117.01188.95130.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.5%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 225 (88.28% from 255) = 51.14%
R=27.5%
G=21.36%
B=51.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal121942250.460.5800.12252.3768.5962.55
Hex795EE12E3A0Cfc453f
Octal171136341567201437410577
Binary111100110111101110000110111011101001100111111001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795EE1; }

 p { color: rgb(121,94,225); }

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

<style>
 a { background-color: #795EE1; }

 a { background-color: rgb(121,94,225); }

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

<style>
 span { border-color: #795EE1; }

 span { border-color: rgb(121,94,225); }

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