#7257AB

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

Shades of Blue Marguerite #7257AB

Tints of Blue Marguerite #7257AB

Color information

#7257AB (or 0x7257AB) is unknown color: approx Blue Marguerite. HEX triplet: 72, 57 and AB. RGB value is (114,87,171). Sum of RGB (Red+Green+Blue) = 114+87+171=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #7257AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7257AB is #8DA854. Grayscale: #686868. Windows color (decimal): -9283669 or 11229042. OLE color: 11229042.

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

Color convert

RGB11487171-
CMYK0.330.4900.33
HSL259.29º33.33%50.59%-
HSV(B)259.29º49.12%67.06%-
XYZ17.713.3340.17-
YUV104.65165.45134.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.65%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=30.65%
G=23.39%
B=45.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114871710.330.4900.33259.2933.3350.59
Hex7257AB21310211032133
Octal16212725341610414034163
Binary11100101010111101010111000011100010100001100000011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7257AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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