#7A5EBD

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

Shades of Blue Marguerite #7A5EBD

Tints of Blue Marguerite #7A5EBD

Color information

#7A5EBD (or 0x7A5EBD) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 5E and BD. RGB value is (122,94,189). Sum of RGB (Red+Green+Blue) = 122+94+189=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A5EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5EBD is #85A142. Grayscale: #707070. Windows color (decimal): -8757571 or 12410490. OLE color: 12410490.

HSL color Cylindrical-coordinate representation of color #7A5EBD: hue angle of 257.68º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A5EBD is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12294189-
CMYK0.350.5000.26
HSL257.68º41.85%55.49%-
HSV(B)257.68º50.26%74.12%-
XYZ21.2115.8250.08-
YUV113.2170.78134.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.12%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=30.12%
G=23.21%
B=46.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122941890.350.5000.26257.6841.8555.49
Hex7A5EBD233201A1022a37
Octal17213627543620324025267
Binary1111010101111010111101100011110010011010100000010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,94,189); }

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

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

 a { background-color: rgb(122,94,189); }

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

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

 span { border-color: rgb(122,94,189); }

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