#7A5DB1

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

Shades of Blue Marguerite #7A5DB1

Tints of Blue Marguerite #7A5DB1

Color information

#7A5DB1 (or 0x7A5DB1) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 5D and B1. RGB value is (122,93,177). Sum of RGB (Red+Green+Blue) = 122+93+177=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #7A5DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5DB1 is #85A24E. Grayscale: #6E6E6E. Windows color (decimal): -8757839 or 11623802. OLE color: 11623802.

HSL color Cylindrical-coordinate representation of color #7A5DB1: hue angle of 260.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A5DB1 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12293177-
CMYK0.310.4700.31
HSL260.71º35%52.94%-
HSV(B)260.71º47.46%69.41%-
XYZ19.8815.1443.47-
YUV111.25165.11135.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.12%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 177 (69.53% from 255) = 45.15%
R=31.12%
G=23.72%
B=45.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122931770.310.4700.31260.713552.94
Hex7A5DB11F2F01F1052335
Octal17213526137570374054365
Binary111101010111011011000111111101111011111100000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,93,177); }

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

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

 a { background-color: rgb(122,93,177); }

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

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

 span { border-color: rgb(122,93,177); }

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