#796093

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

Shades of Butterfly Bush #796093

Tints of Butterfly Bush #796093

Color information

#796093 (or 0x796093) is unknown color: approx Butterfly Bush. HEX triplet: 79, 60 and 93. RGB value is (121,96,147). Sum of RGB (Red+Green+Blue) = 121+96+147=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #796093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796093 is #869F6C. Grayscale: #6D6D6D. Windows color (decimal): -8822637 or 9658489. OLE color: 9658489.

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

Color convert

RGB12196147-
CMYK0.180.3500.42
HSL269.41º20.99%47.65%-
HSV(B)269.41º34.69%57.65%-
XYZ17.3314.5429.5-
YUV109.29149.28136.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.24%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=33.24%
G=26.37%
B=40.38%

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
Decimal121961470.180.3500.42269.4120.9947.65
Hex796093122302A10d1530
Octal17114022322430524152560
Binary111100111000001001001110010100011010101010000110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796093; }

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

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

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

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

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

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

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

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