#7A56BA

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

Shades of Blue Marguerite #7A56BA

Tints of Blue Marguerite #7A56BA

Color information

#7A56BA (or 0x7A56BA) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 56 and BA. RGB value is (122,86,186). Sum of RGB (Red+Green+Blue) = 122+86+186=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A56BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A56BA is #85A945. Grayscale: #6B6B6B. Windows color (decimal): -8759622 or 12211834. OLE color: 12211834.

HSL color Cylindrical-coordinate representation of color #7A56BA: hue angle of 261.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A56BA is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12286186-
CMYK0.340.5400.27
HSL261.6º42.02%53.33%-
HSV(B)261.6º53.76%72.94%-
XYZ20.2214.3448.16-
YUV108.16171.93137.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.96%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=30.96%
G=21.83%
B=47.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122861860.340.5400.27261.642.0253.33
Hex7A56BA223601B1062a35
Octal17212627242660334065265
Binary1111010101011010111010100010110110011011100000110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A56BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,86,186); }

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

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

 a { background-color: rgb(122,86,186); }

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

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

 span { border-color: rgb(122,86,186); }

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