#7A5BAE

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

Shades of Blue Marguerite #7A5BAE

Tints of Blue Marguerite #7A5BAE

Color information

#7A5BAE (or 0x7A5BAE) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 5B and AE. RGB value is (122,91,174). Sum of RGB (Red+Green+Blue) = 122+91+174=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A5BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5BAE is #85A451. Grayscale: #6D6D6D. Windows color (decimal): -8758354 or 11426682. OLE color: 11426682.

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

Color convert

RGB12291174-
CMYK0.300.4800.32
HSL262.41º33.88%51.96%-
HSV(B)262.41º47.7%68.24%-
XYZ19.4114.6841.85-
YUV109.73164.27136.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.52%
GREEN value IS 91 (35.94% from 255) = 23.51%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=31.52%
G=23.51%
B=44.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122911740.300.4800.32262.4133.8851.96
Hex7A5BAE1E300201062234
Octal17213325636600404064264
Binary1111010101101110101110111101100000100000100000110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5BAE; }

 p { color: rgb(122,91,174); }

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

<style>
 a { background-color: #7A5BAE; }

 a { background-color: rgb(122,91,174); }

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

<style>
 span { border-color: #7A5BAE; }

 span { border-color: rgb(122,91,174); }

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