#786095

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

Shades of Butterfly Bush #786095

Tints of Butterfly Bush #786095

Color information

#786095 (or 0x786095) is unknown color: approx Butterfly Bush. HEX triplet: 78, 60 and 95. RGB value is (120,96,149). Sum of RGB (Red+Green+Blue) = 120+96+149=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #786095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786095 is #879F6A. Grayscale: #6D6D6D. Windows color (decimal): -8888171 or 9789560. OLE color: 9789560.

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

Color convert

RGB12096149-
CMYK0.190.3600.42
HSL267.17º21.63%48.04%-
HSV(B)267.17º35.57%58.43%-
XYZ17.3514.5330.32-
YUV109.22150.45135.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.88%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=32.88%
G=26.30%
B=40.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120961490.190.3600.42267.1721.6348.04
Hex786095132402A10b1630
Octal17014022523440524132660
Binary111100011000001001010110011100100010101010000101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786095; }

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

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

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

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

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

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

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

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