#795FDE

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

Shades of Medium Slate Blue #795FDE

Tints of Medium Slate Blue #795FDE

Color information

#795FDE (or 0x795FDE) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 5F and DE. RGB value is (121,95,222). Sum of RGB (Red+Green+Blue) = 121+95+222=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #795FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FDE is #86A021. Grayscale: #747474. Windows color (decimal): -8822818 or 14573433. OLE color: 14573433.

HSL color Cylindrical-coordinate representation of color #795FDE: hue angle of 252.28º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #795FDE is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12195222-
CMYK0.450.5700.13
HSL252.28º65.8%62.16%-
HSV(B)252.28º57.21%87.06%-
XYZ25.1617.5271.16-
YUV117.25187.11130.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.63%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 222 (87.11% from 255) = 50.68%
R=27.63%
G=21.69%
B=50.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121952220.450.5700.13252.2865.862.16
Hex795FDE2D390Dfc423e
Octal171137336557101537410276
Binary111100110111111101111010110111100101101111111001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,95,222); }

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

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

 a { background-color: rgb(121,95,222); }

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

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

 span { border-color: rgb(121,95,222); }

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