#796494

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

Shades of Butterfly Bush #796494

Tints of Butterfly Bush #796494

Color information

#796494 (or 0x796494) is unknown color: approx Butterfly Bush. HEX triplet: 79, 64 and 94. RGB value is (121,100,148). Sum of RGB (Red+Green+Blue) = 121+100+148=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #796494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796494 is #869B6B. Grayscale: #6F6F6F. Windows color (decimal): -8821612 or 9725049. OLE color: 9725049.

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

Color convert

RGB121100148-
CMYK0.180.3200.42
HSL266.25º19.35%48.63%-
HSV(B)266.25º32.43%58.04%-
XYZ17.7915.3230.04-
YUV111.75148.46134.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.79%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=32.79%
G=27.10%
B=40.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211001480.180.3200.42266.2519.3548.63
Hex796494122002A10a1331
Octal17114422422400524122361
Binary111100111001001001010010010100000010101010000101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796494; }

 p { color: rgb(121,100,148); }

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

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

 a { background-color: rgb(121,100,148); }

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

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

 span { border-color: rgb(121,100,148); }

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