#795DAE

Color #795DAE Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #795DAE

Tints of Blue Marguerite #795DAE

Color information

#795DAE (or 0x795DAE) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5D and AE. RGB value is (121,93,174). Sum of RGB (Red+Green+Blue) = 121+93+174=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #795DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795DAE is #86A251. Grayscale: #6E6E6E. Windows color (decimal): -8823378 or 11427193. OLE color: 11427193.

HSL color Cylindrical-coordinate representation of color #795DAE: hue angle of 260.74º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #795DAE is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12193174-
CMYK0.300.4700.32
HSL260.74º33.33%52.35%-
HSV(B)260.74º46.55%68.24%-
XYZ19.4414.9541.91-
YUV110.61163.78135.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=31.19%
G=23.97%
B=44.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121931740.300.4700.32260.7433.3352.35
Hex795DAE1E2F0201052134
Octal17113525636570404054164
Binary1111001101110110101110111101011110100000100000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,93,174); }

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

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

 a { background-color: rgb(121,93,174); }

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

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

 span { border-color: rgb(121,93,174); }

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