#7959B3

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

Shades of Blue Marguerite #7959B3

Tints of Blue Marguerite #7959B3

Color information

#7959B3 (or 0x7959B3) is unknown color: approx Blue Marguerite. HEX triplet: 79, 59 and B3. RGB value is (121,89,179). Sum of RGB (Red+Green+Blue) = 121+89+179=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #7959B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7959B3 is #86A64C. Grayscale: #6C6C6C. Windows color (decimal): -8824397 or 11753849. OLE color: 11753849.

HSL color Cylindrical-coordinate representation of color #7959B3: hue angle of 261.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7959B3 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12189179-
CMYK0.320.5000.30
HSL261.33º37.19%52.55%-
HSV(B)261.33º50.28%70.2%-
XYZ19.5914.4644.41-
YUV108.83167.6136.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.11%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 179 (70.31% from 255) = 46.02%
R=31.11%
G=22.88%
B=46.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121891790.320.5000.30261.3337.1952.55
Hex7959B3203201E1052535
Octal17113126340620364054565
Binary1111001101100110110011100000110010011110100000101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7959B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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