#7257A9

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

Shades of Blue Marguerite #7257A9

Tints of Blue Marguerite #7257A9

Color information

#7257A9 (or 0x7257A9) is unknown color: approx Blue Marguerite. HEX triplet: 72, 57 and A9. RGB value is (114,87,169). Sum of RGB (Red+Green+Blue) = 114+87+169=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 169 (66.41% from 255 or 45.68% from 370); Max value from RGB is 169 - color contains mainly: blue. Hex color #7257A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7257A9 is #8DA856. Grayscale: #686868. Windows color (decimal): -9283671 or 11097970. OLE color: 11097970.

HSL color Cylindrical-coordinate representation of color #7257A9: hue angle of 259.76º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7257A9 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11487169-
CMYK0.330.4900.34
HSL259.76º32.28%50.2%-
HSV(B)259.76º48.52%66.27%-
XYZ17.5113.2639.17-
YUV104.42164.45134.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 169 (66.41% from 255) = 45.68%
R=30.81%
G=23.51%
B=45.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal114871690.330.4900.34259.7632.2850.2
Hex7257A921310221042032
Octal16212725141610424044062
Binary11100101010111101010011000011100010100010100000100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7257A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7257A9; }

 p { color: rgb(114,87,169); }

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

<style>
 a { background-color: #7257A9; }

 a { background-color: rgb(114,87,169); }

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

<style>
 span { border-color: #7257A9; }

 span { border-color: rgb(114,87,169); }

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