#7959AF

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

Shades of Blue Marguerite #7959AF

Tints of Blue Marguerite #7959AF

Color information

#7959AF (or 0x7959AF) is unknown color: approx Blue Marguerite. HEX triplet: 79, 59 and AF. RGB value is (121,89,175). Sum of RGB (Red+Green+Blue) = 121+89+175=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #7959AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7959AF is #86A650. Grayscale: #6C6C6C. Windows color (decimal): -8824401 or 11491705. OLE color: 11491705.

HSL color Cylindrical-coordinate representation of color #7959AF: hue angle of 262.33º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7959AF is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12189175-
CMYK0.310.4900.31
HSL262.33º34.96%51.76%-
HSV(B)262.33º49.14%68.63%-
XYZ19.214.342.31-
YUV108.37165.6137.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=31.43%
G=23.12%
B=45.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121891750.310.4900.31262.3334.9651.76
Hex7959AF1F3101F1062334
Octal17113125737610374064364
Binary111100110110011010111111111110001011111100000110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7959AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7959AF; }

 p { color: rgb(121,89,175); }

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

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

 a { background-color: rgb(121,89,175); }

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

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

 span { border-color: rgb(121,89,175); }

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