#795BE1

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

Shades of Medium Slate Blue #795BE1

Tints of Medium Slate Blue #795BE1

Color information

#795BE1 (or 0x795BE1) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 5B and E1. RGB value is (121,91,225). Sum of RGB (Red+Green+Blue) = 121+91+225=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #795BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BE1 is #86A41E. Grayscale: #727272. Windows color (decimal): -8823839 or 14769017. OLE color: 14769017.

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

Color convert

RGB12191225-
CMYK0.460.6000.12
HSL253.43º69.07%61.96%-
HSV(B)253.43º59.56%88.24%-
XYZ25.2216.9873.18-
YUV115.25189.94132.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.69%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 225 (88.28% from 255) = 51.49%
R=27.69%
G=20.82%
B=51.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal121912250.460.6000.12253.4369.0761.96
Hex795BE12E3C0Cfd453e
Octal171133341567401437510576
Binary111100110110111110000110111011110001100111111011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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