#786093

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

Shades of Butterfly Bush #786093

Tints of Butterfly Bush #786093

Color information

#786093 (or 0x786093) is unknown color: approx Butterfly Bush. HEX triplet: 78, 60 and 93. RGB value is (120,96,147). Sum of RGB (Red+Green+Blue) = 120+96+147=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #786093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786093 is #879F6C. Grayscale: #6C6C6C. Windows color (decimal): -8888173 or 9658488. OLE color: 9658488.

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

Color convert

RGB12096147-
CMYK0.180.3500.42
HSL268.24º20.99%47.65%-
HSV(B)268.24º34.69%57.65%-
XYZ17.214.4729.49-
YUV108.99149.45135.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=33.06%
G=26.45%
B=40.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120961470.180.3500.42268.2420.9947.65
Hex786093122302A10c1530
Octal17014022322430524142560
Binary111100011000001001001110010100011010101010000110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786093; }

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

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

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

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

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

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

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

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