#785CE6

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

Shades of Medium Slate Blue #785CE6

Tints of Medium Slate Blue #785CE6

Color information

#785CE6 (or 0x785CE6) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 5C and E6. RGB value is (120,92,230). Sum of RGB (Red+Green+Blue) = 120+92+230=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #785CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785CE6 is #87A319. Grayscale: #737373. Windows color (decimal): -8889114 or 15096952. OLE color: 15096952.

HSL color Cylindrical-coordinate representation of color #785CE6: hue angle of 252.17º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #785CE6 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12092230-
CMYK0.480.6000.10
HSL252.17º73.4%63.14%-
HSV(B)252.17º60%90.2%-
XYZ25.8617.3676.85-
YUV116.1192.28130.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.15%
GREEN value IS 92 (36.33% from 255) = 20.81%
BLUE value IS 230 (90.23% from 255) = 52.04%
R=27.15%
G=20.81%
B=52.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal120922300.480.6000.10252.1773.463.14
Hex785CE6303C0Afc493f
Octal170134346607401237411177
Binary111100010111001110011011000011110001010111111001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,92,230); }

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

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

 a { background-color: rgb(120,92,230); }

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

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

 span { border-color: rgb(120,92,230); }

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