#7A5ABC

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

Shades of Blue Marguerite #7A5ABC

Tints of Blue Marguerite #7A5ABC

Color information

#7A5ABC (or 0x7A5ABC) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 5A and BC. RGB value is (122,90,188). Sum of RGB (Red+Green+Blue) = 122+90+188=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5ABC is #85A543. Grayscale: #6E6E6E. Windows color (decimal): -8758596 or 12343930. OLE color: 12343930.

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

Color convert

RGB12290188-
CMYK0.350.5200.26
HSL259.59º42.24%54.51%-
HSV(B)259.59º52.13%73.73%-
XYZ20.7615.0849.39-
YUV110.74171.6136.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.5%
GREEN value IS 90 (35.55% from 255) = 22.5%
BLUE value IS 188 (73.83% from 255) = 47%
R=30.5%
G=22.5%
B=47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122901880.350.5200.26259.5942.2454.51
Hex7A5ABC233401A1042a37
Octal17213227443640324045267
Binary1111010101101010111100100011110100011010100000100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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