#785E95

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

Shades of Butterfly Bush #785E95

Tints of Butterfly Bush #785E95

Color information

#785E95 (or 0x785E95) is unknown color: approx Butterfly Bush. HEX triplet: 78, 5E and 95. RGB value is (120,94,149). Sum of RGB (Red+Green+Blue) = 120+94+149=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #785E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E95 is #87A16A. Grayscale: #6B6B6B. Windows color (decimal): -8888683 or 9789048. OLE color: 9789048.

HSL color Cylindrical-coordinate representation of color #785E95: hue angle of 268.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #785E95 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12094149-
CMYK0.190.3700.42
HSL268.36º22.63%47.65%-
HSV(B)268.36º36.91%58.43%-
XYZ17.1714.1730.26-
YUV108.04151.11136.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=33.06%
G=25.90%
B=41.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120941490.190.3700.42268.3622.6347.65
Hex785E95132502A10c1730
Octal17013622523450524142760
Binary111100010111101001010110011100101010101010000110010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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