#795EE0

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

Shades of Medium Slate Blue #795EE0

Tints of Medium Slate Blue #795EE0

Color information

#795EE0 (or 0x795EE0) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 5E and E0. RGB value is (121,94,224). Sum of RGB (Red+Green+Blue) = 121+94+224=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #795EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795EE0 is #86A11F. Grayscale: #747474. Windows color (decimal): -8823072 or 14704249. OLE color: 14704249.

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

Color convert

RGB12194224-
CMYK0.460.5800.12
HSL252.46º67.71%62.35%-
HSV(B)252.46º58.04%87.84%-
XYZ25.3417.4572.55-
YUV116.89188.45130.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 94 (37.11% from 255) = 21.41%
BLUE value IS 224 (87.89% from 255) = 51.03%
R=27.56%
G=21.41%
B=51.03%

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
Decimal121942240.460.5800.12252.4667.7162.35
Hex795EE02E3A0Cfc443e
Octal171136340567201437410476
Binary111100110111101110000010111011101001100111111001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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