#7257AE

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

Shades of Blue Marguerite #7257AE

Tints of Blue Marguerite #7257AE

Color information

#7257AE (or 0x7257AE) is unknown color: approx Blue Marguerite. HEX triplet: 72, 57 and AE. RGB value is (114,87,174). Sum of RGB (Red+Green+Blue) = 114+87+174=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #7257AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7257AE is #8DA851. Grayscale: #686868. Windows color (decimal): -9283666 or 11425650. OLE color: 11425650.

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

Color convert

RGB11487174-
CMYK0.340.500.32
HSL258.62º34.94%51.18%-
HSV(B)258.62º50%68.24%-
XYZ17.9913.4541.69-
YUV104.99166.95134.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=30.4%
G=23.2%
B=46.4%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114871740.340.500.32258.6234.9451.18
Hex7257AE22320201032333
Octal16212725642620404034363
Binary11100101010111101011101000101100100100000100000011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7257AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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