#725AAF

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

Shades of Blue Marguerite #725AAF

Tints of Blue Marguerite #725AAF

Color information

#725AAF (or 0x725AAF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5A and AF. RGB value is (114,90,175). Sum of RGB (Red+Green+Blue) = 114+90+175=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #725AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725AAF is #8DA550. Grayscale: #6A6A6A. Windows color (decimal): -9282897 or 11491954. OLE color: 11491954.

HSL color Cylindrical-coordinate representation of color #725AAF: hue angle of 256.94º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #725AAF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11490175-
CMYK0.350.4900.31
HSL256.94º34.69%51.96%-
HSV(B)256.94º48.57%68.63%-
XYZ18.3313.9842.29-
YUV106.87166.45133.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 175 (68.75% from 255) = 46.17%
R=30.08%
G=23.75%
B=46.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114901750.350.4900.31256.9434.6951.96
Hex725AAF233101F1012334
Octal16213225743610374014364
Binary1110010101101010101111100011110001011111100000001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725AAF; }

 p { color: rgb(114,90,175); }

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

<style>
 a { background-color: #725AAF; }

 a { background-color: rgb(114,90,175); }

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

<style>
 span { border-color: #725AAF; }

 span { border-color: rgb(114,90,175); }

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