#725FAB

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

Shades of Blue Marguerite #725FAB

Tints of Blue Marguerite #725FAB

Color information

#725FAB (or 0x725FAB) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5F and AB. RGB value is (114,95,171). Sum of RGB (Red+Green+Blue) = 114+95+171=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #725FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725FAB is #8DA054. Grayscale: #6D6D6D. Windows color (decimal): -9281621 or 11231090. OLE color: 11231090.

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

Color convert

RGB11495171-
CMYK0.330.4400.33
HSL255º31.15%52.16%-
HSV(B)255º44.44%67.06%-
XYZ18.3814.740.4-
YUV109.34162.79131.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 95 (37.5% from 255) = 25%
BLUE value IS 171 (67.19% from 255) = 45%
R=30%
G=25%
B=45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114951710.330.4400.3325531.1552.16
Hex725FAB212C021ff1f34
Octal16213725341540413773764
Binary111001010111111010101110000110110001000011111111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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