#785E93

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

Shades of Butterfly Bush #785E93

Tints of Butterfly Bush #785E93

Color information

#785E93 (or 0x785E93) is unknown color: approx Butterfly Bush. HEX triplet: 78, 5E and 93. RGB value is (120,94,147). Sum of RGB (Red+Green+Blue) = 120+94+147=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #785E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E93 is #87A16C. Grayscale: #6B6B6B. Windows color (decimal): -8888685 or 9657976. OLE color: 9657976.

HSL color Cylindrical-coordinate representation of color #785E93: hue angle of 269.43º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #785E93 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12094147-
CMYK0.180.3600.42
HSL269.43º21.99%47.25%-
HSV(B)269.43º36.05%57.65%-
XYZ17.0114.1129.43-
YUV107.82150.11136.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.24%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 147 (57.81% from 255) = 40.72%
R=33.24%
G=26.04%
B=40.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120941470.180.3600.42269.4321.9947.25
Hex785E93122402A10d162f
Octal17013622322440524152657
Binary111100010111101001001110010100100010101010000110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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