#7a54ba

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

Shades of Blue Marguerite #7A54BA

Tints of Blue Marguerite #7A54BA

Color information

#7A54BA (or 0x7A54BA) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 54 and BA. RGB value is (122,84,186). Sum of RGB (Red+Green+Blue) = 122+84+186=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A54BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A54BA is #85AB45. Grayscale: #6A6A6A. Windows color (decimal): -8760134 or 12211322. OLE color: 12211322.

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

Color convert

RGB12284186-
CMYK0.340.5500.27
HSL262.35º42.5%52.94%-
HSV(B)262.35º54.84%72.94%-
XYZ20.0614.0248.1-
YUV106.99172.59138.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.12%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=31.12%
G=21.43%
B=47.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122841860.340.5500.27262.3542.552.94
Hex7A54BA223701B1062a35
Octal17212427242670334065265
Binary1111010101010010111010100010110111011011100000110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a54ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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