#785D94

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

Shades of Butterfly Bush #785D94

Tints of Butterfly Bush #785D94

Color information

#785D94 (or 0x785D94) is unknown color: approx Butterfly Bush. HEX triplet: 78, 5D and 94. RGB value is (120,93,148). Sum of RGB (Red+Green+Blue) = 120+93+148=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #785D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785D94 is #87A26B. Grayscale: #6B6B6B. Windows color (decimal): -8888940 or 9723256. OLE color: 9723256.

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

Color convert

RGB12093148-
CMYK0.190.3700.42
HSL269.45º22.82%47.25%-
HSV(B)269.45º37.16%58.04%-
XYZ17.0113.9629.82-
YUV107.34150.95137.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.24%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 148 (58.20% from 255) = 41.00%
R=33.24%
G=25.76%
B=41.00%

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
Decimal120931480.190.3700.42269.4522.8247.25
Hex785D94132502A10d172f
Octal17013522423450524152757
Binary111100010111011001010010011100101010101010000110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,93,148); }

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

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

 a { background-color: rgb(120,93,148); }

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

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

 span { border-color: rgb(120,93,148); }

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