#725EAC

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

Shades of Blue Marguerite #725EAC

Tints of Blue Marguerite #725EAC

Color information

#725EAC (or 0x725EAC) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5E and AC. RGB value is (114,94,172). Sum of RGB (Red+Green+Blue) = 114+94+172=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #725EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725EAC is #8DA153. Grayscale: #6C6C6C. Windows color (decimal): -9281876 or 11296370. OLE color: 11296370.

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

Color convert

RGB11494172-
CMYK0.340.4500.33
HSL255.38º31.97%52.16%-
HSV(B)255.38º45.35%67.45%-
XYZ18.3914.5640.87-
YUV108.87163.63131.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 94 (37.11% from 255) = 24.74%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=30%
G=24.74%
B=45.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114941720.340.4500.33255.3831.9752.16
Hex725EAC222D021ff2034
Octal16213625442550413774064
Binary1110010101111010101100100010101101010000111111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,94,172); }

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

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

 a { background-color: rgb(114,94,172); }

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

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

 span { border-color: rgb(114,94,172); }

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