#7960AE

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

Shades of Blue Marguerite #7960AE

Tints of Blue Marguerite #7960AE

Color information

#7960AE (or 0x7960AE) is unknown color: approx Blue Marguerite. HEX triplet: 79, 60 and AE. RGB value is (121,96,174). Sum of RGB (Red+Green+Blue) = 121+96+174=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #7960AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7960AE is #869F51. Grayscale: #707070. Windows color (decimal): -8822610 or 11427961. OLE color: 11427961.

HSL color Cylindrical-coordinate representation of color #7960AE: hue angle of 259.23º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7960AE is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12196174-
CMYK0.300.4500.32
HSL259.23º32.5%52.94%-
HSV(B)259.23º44.83%68.24%-
XYZ19.7115.4941.99-
YUV112.37162.78134.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=30.95%
G=24.55%
B=44.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121961740.300.4500.32259.2332.552.94
Hex7960AE1E2D0201032035
Octal17114025636550404034065
Binary1111001110000010101110111101011010100000100000011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7960AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7960AE; }

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

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

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

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

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

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

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

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