#7564AE

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

Shades of Blue Marguerite #7564AE

Tints of Blue Marguerite #7564AE

Color information

#7564AE (or 0x7564AE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 64 and AE. RGB value is (117,100,174). Sum of RGB (Red+Green+Blue) = 117+100+174=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #7564AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7564AE is #8A9B51. Grayscale: #717171. Windows color (decimal): -9083730 or 11428981. OLE color: 11428981.

HSL color Cylindrical-coordinate representation of color #7564AE: hue angle of 253.78º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7564AE is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117100174-
CMYK0.330.4300.32
HSL253.78º31.36%53.73%-
HSV(B)253.78º42.53%68.24%-
XYZ19.5315.9542.09-
YUV113.52162.13130.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=29.92%
G=25.58%
B=44.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171001740.330.4300.32253.7831.3653.73
Hex7564AE212B020fe1f36
Octal16514425641530403763766
Binary111010111001001010111010000110101101000001111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7564AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7564AE; }

 p { color: rgb(117,100,174); }

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

<style>
 a { background-color: #7564AE; }

 a { background-color: rgb(117,100,174); }

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

<style>
 span { border-color: #7564AE; }

 span { border-color: rgb(117,100,174); }

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