#785AEB

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

Shades of Medium Slate Blue #785AEB

Tints of Medium Slate Blue #785AEB

Color information

#785AEB (or 0x785AEB) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 5A and EB. RGB value is (120,90,235). Sum of RGB (Red+Green+Blue) = 120+90+235=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #785AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785AEB is #87A514. Grayscale: #727272. Windows color (decimal): -8889621 or 15424120. OLE color: 15424120.

HSL color Cylindrical-coordinate representation of color #785AEB: hue angle of 252.41º 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 #785AEB is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12090235-
CMYK0.490.6200.08
HSL252.41º78.38%63.73%-
HSV(B)252.41º61.7%92.16%-
XYZ26.417.380.55-
YUV115.5195.44131.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.97%
GREEN value IS 90 (35.55% from 255) = 20.22%
BLUE value IS 235 (92.19% from 255) = 52.81%
R=26.97%
G=20.22%
B=52.81%

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
Decimal120902350.490.6200.08252.4178.3863.73
Hex785AEB313E08fc4e40
Octal1701323536176010374116100
Binary1111000101101011101011110001111110010001111110010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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