#786195

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

Shades of Butterfly Bush #786195

Tints of Butterfly Bush #786195

Color information

#786195 (or 0x786195) is unknown color: approx Butterfly Bush. HEX triplet: 78, 61 and 95. RGB value is (120,97,149). Sum of RGB (Red+Green+Blue) = 120+97+149=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #786195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786195 is #879E6A. Grayscale: #6D6D6D. Windows color (decimal): -8887915 or 9789816. OLE color: 9789816.

HSL color Cylindrical-coordinate representation of color #786195: hue angle of 266.54º 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 #786195 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12097149-
CMYK0.190.3500.42
HSL266.54º21.14%48.24%-
HSV(B)266.54º34.9%58.43%-
XYZ17.4514.7130.35-
YUV109.8150.12135.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.79%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 149 (58.59% from 255) = 40.71%
R=32.79%
G=26.50%
B=40.71%

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
Decimal120971490.190.3500.42266.5421.1448.24
Hex786195132302A10b1530
Octal17014122523430524132560
Binary111100011000011001010110011100011010101010000101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786195; }

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

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

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

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

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

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

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

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