#795AEB

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

Shades of Medium Slate Blue #795AEB

Tints of Medium Slate Blue #795AEB

Color information

#795AEB (or 0x795AEB) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 5A and EB. RGB value is (121,90,235). Sum of RGB (Red+Green+Blue) = 121+90+235=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #795AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795AEB is #86A514. Grayscale: #737373. Windows color (decimal): -8824085 or 15424121. OLE color: 15424121.

HSL color Cylindrical-coordinate representation of color #795AEB: hue angle of 252.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #795AEB is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12190235-
CMYK0.490.6200.08
HSL252.83º78.38%63.73%-
HSV(B)252.83º61.7%92.16%-
XYZ26.5417.3880.55-
YUV115.8195.27131.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.13%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 235 (92.19% from 255) = 52.69%
R=27.13%
G=20.18%
B=52.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal121902350.490.6200.08252.8378.3863.73
Hex795AEB313E08fd4e40
Octal1711323536176010375116100
Binary1111001101101011101011110001111110010001111110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,90,235); }

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

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

 a { background-color: rgb(121,90,235); }

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

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

 span { border-color: rgb(121,90,235); }

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