#785FEB

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

Shades of Medium Slate Blue #785FEB

Tints of Medium Slate Blue #785FEB

Color information

#785FEB (or 0x785FEB) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 5F and EB. RGB value is (120,95,235). Sum of RGB (Red+Green+Blue) = 120+95+235=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #785FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785FEB is #87A014. Grayscale: #757575. Windows color (decimal): -8888341 or 15425400. OLE color: 15425400.

HSL color Cylindrical-coordinate representation of color #785FEB: hue angle of 250.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #785FEB is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12095235-
CMYK0.490.6000.08
HSL250.71º77.78%64.71%-
HSV(B)250.71º59.57%92.16%-
XYZ26.8318.1880.69-
YUV118.43193.78129.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 235 (92.19% from 255) = 52.22%
R=26.67%
G=21.11%
B=52.22%

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
Decimal120952350.490.6000.08250.7177.7864.71
Hex785FEB313C08fb4e41
Octal1701373536174010373116101
Binary1111000101111111101011110001111100010001111101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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