#786094

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

Shades of Butterfly Bush #786094

Tints of Butterfly Bush #786094

Color information

#786094 (or 0x786094) is unknown color: approx Butterfly Bush. HEX triplet: 78, 60 and 94. RGB value is (120,96,148). Sum of RGB (Red+Green+Blue) = 120+96+148=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #786094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786094 is #879F6B. Grayscale: #6C6C6C. Windows color (decimal): -8888172 or 9724024. OLE color: 9724024.

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

Color convert

RGB12096148-
CMYK0.190.3500.42
HSL267.69º21.31%47.84%-
HSV(B)267.69º35.14%58.04%-
XYZ17.2714.529.9-
YUV109.1149.95135.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.97%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 148 (58.20% from 255) = 40.66%
R=32.97%
G=26.37%
B=40.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120961480.190.3500.42267.6921.3147.84
Hex786094132302A10c1530
Octal17014022423430524142560
Binary111100011000001001010010011100011010101010000110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786094; }

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

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

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

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

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

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

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

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