#785DEB

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

Shades of Medium Slate Blue #785DEB

Tints of Medium Slate Blue #785DEB

Color information

#785DEB (or 0x785DEB) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 5D and EB. RGB value is (120,93,235). Sum of RGB (Red+Green+Blue) = 120+93+235=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #785DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785DEB is #87A214. Grayscale: #747474. Windows color (decimal): -8888853 or 15424888. OLE color: 15424888.

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

Color convert

RGB12093235-
CMYK0.490.6000.08
HSL251.41º78.02%64.31%-
HSV(B)251.41º60.43%92.16%-
XYZ26.6617.8280.63-
YUV117.26194.45129.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.79%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 235 (92.19% from 255) = 52.46%
R=26.79%
G=20.76%
B=52.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal120932350.490.6000.08251.4178.0264.31
Hex785DEB313C08fb4e40
Octal1701353536174010373116100
Binary1111000101110111101011110001111100010001111101110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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