#795F94

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

Shades of Butterfly Bush #795F94

Tints of Butterfly Bush #795F94

Color information

#795F94 (or 0x795F94) is unknown color: approx Butterfly Bush. HEX triplet: 79, 5F and 94. RGB value is (121,95,148). Sum of RGB (Red+Green+Blue) = 121+95+148=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #795F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795F94 is #86A06B. Grayscale: #6C6C6C. Windows color (decimal): -8822892 or 9723769. OLE color: 9723769.

HSL color Cylindrical-coordinate representation of color #795F94: hue angle of 269.43º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #795F94 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12195148-
CMYK0.180.3600.42
HSL269.43º21.81%47.65%-
HSV(B)269.43º35.81%58.04%-
XYZ17.3214.3929.88-
YUV108.82150.11136.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.24%
GREEN value IS 95 (37.5% from 255) = 26.10%
BLUE value IS 148 (58.20% from 255) = 40.66%
R=33.24%
G=26.10%
B=40.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121951480.180.3600.42269.4321.8147.65
Hex795F94122402A10d1630
Octal17113722422440524152660
Binary111100110111111001010010010100100010101010000110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795F94; }

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

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

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

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

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

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

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

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