#795DEA

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

Shades of Medium Slate Blue #795DEA

Tints of Medium Slate Blue #795DEA

Color information

#795DEA (or 0x795DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 5D and EA. RGB value is (121,93,234). Sum of RGB (Red+Green+Blue) = 121+93+234=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #795DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795DEA is #86A215. Grayscale: #747474. Windows color (decimal): -8823318 or 15359353. OLE color: 15359353.

HSL color Cylindrical-coordinate representation of color #795DEA: hue angle of 251.91º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #795DEA is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12193234-
CMYK0.480.6000.08
HSL251.91º77.05%64.12%-
HSV(B)251.91º60.26%91.76%-
XYZ26.6517.8379.88-
YUV117.45193.78130.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.01%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 234 (91.80% from 255) = 52.23%
R=27.01%
G=20.76%
B=52.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal121932340.480.6000.08251.9177.0564.12
Hex795DEA303C08fc4d40
Octal1711353526074010374115100
Binary1111001101110111101010110000111100010001111110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,93,234); }

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

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

 a { background-color: rgb(121,93,234); }

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

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

 span { border-color: rgb(121,93,234); }

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