Html Css Color HEX #796094 Butterfly Bush

📋 copy color: '#796094'

red 121 ◦ green 96 ◦ blue 148

#796094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #796094

Tints of Butterfly Bush #796094

RGB

 RED value IS 121 (47.66% from 255) = 33.15%

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 33.15%
G = 26.3%
B = 40.55%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#796094 (or 0x796094) is known color: Butterfly Bush. HEX triplet: 79, 60 and 94. RGB value is (121,96,148). Sum of RGB (Red+Green+Blue) = 121+96+148=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #796094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796094 is #869F6B. Grayscale: #6D6D6D. Windows color (decimal): -8822636 or 9724025. OLE color: 9724025.

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

Color convert

RGB 121 96 148 -
CMYK 0.18 0.35 0 0.42
HSL 268.85º 0.21% 0.48% -
HSV(B) 268.85º 0.35% 0.58% -
XYZ 17.41 14.57 29.91 -
YUV 109.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 121 96 148 0.18 0.35 0 0.42 268.85 0.21 0.48
Hex 79 60 94 12 23 0 2A 10D 15 30
Octal 171 140 224 22 43 0 52 415 25 60
Binary 1111001 1100000 10010100 10010 100011 0 101010 100001101 10101 110000

Color Harmonies of #796094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796094

Black with #796094

Text Example


Text Example

White with #796094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796094; }

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

 H1.HeaderClassName
 {
   color: #796094;
 }
 .AnyTagClassName
 {
   color: #796094;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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