#7A5ABE

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

Shades of Blue Marguerite #7A5ABE

Tints of Blue Marguerite #7A5ABE

Color information

#7A5ABE (or 0x7A5ABE) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 5A and BE. RGB value is (122,90,190). Sum of RGB (Red+Green+Blue) = 122+90+190=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A5ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5ABE is #85A541. Grayscale: #6E6E6E. Windows color (decimal): -8758594 or 12475002. OLE color: 12475002.

HSL color Cylindrical-coordinate representation of color #7A5ABE: hue angle of 259.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A5ABE is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12290190-
CMYK0.360.5300.25
HSL259.2º43.48%54.9%-
HSV(B)259.2º52.63%74.51%-
XYZ20.9815.1750.54-
YUV110.97172.6135.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.35%
GREEN value IS 90 (35.55% from 255) = 22.39%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=30.35%
G=22.39%
B=47.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122901900.360.5300.25259.243.4854.9
Hex7A5ABE24350191032b37
Octal17213227644650314035367
Binary1111010101101010111110100100110101011001100000011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,90,190); }

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

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

 a { background-color: rgb(122,90,190); }

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

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

 span { border-color: rgb(122,90,190); }

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