#785EA3

Color #785EA3 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #785EA3

Tints of Scampi #785EA3

Color information

#785EA3 (or 0x785EA3) is unknown color: approx Scampi. HEX triplet: 78, 5E and A3. RGB value is (120,94,163). Sum of RGB (Red+Green+Blue) = 120+94+163=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 163 - color contains mainly: blue. Hex color #785EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785EA3 is #87A15C. Grayscale: #6D6D6D. Windows color (decimal): -8888669 or 10706552. OLE color: 10706552.

HSL color Cylindrical-coordinate representation of color #785EA3: hue angle of 262.61º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #785EA3 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12094163-
CMYK0.260.4200.36
HSL262.61º27.27%50.39%-
HSV(B)262.61º42.33%63.92%-
XYZ18.3614.6436.51-
YUV109.64158.11135.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 163 (64.06% from 255) = 43.24%
R=31.83%
G=24.93%
B=43.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120941630.260.4200.36262.6127.2750.39
Hex785EA31A2A0241071b32
Octal17013624332520444073362
Binary111100010111101010001111010101010010010010000011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,94,163); }

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

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

 a { background-color: rgb(120,94,163); }

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

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

 span { border-color: rgb(120,94,163); }

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