#725CAA

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

Shades of Blue Marguerite #725CAA

Tints of Blue Marguerite #725CAA

Color information

#725CAA (or 0x725CAA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5C and AA. RGB value is (114,92,170). Sum of RGB (Red+Green+Blue) = 114+92+170=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #725CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725CAA is #8DA355. Grayscale: #6B6B6B. Windows color (decimal): -9282390 or 11164786. OLE color: 11164786.

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

Color convert

RGB11492170-
CMYK0.330.4600.33
HSL256.92º31.45%51.37%-
HSV(B)256.92º45.88%66.67%-
XYZ18.0214.1339.81-
YUV107.47163.29132.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 92 (36.33% from 255) = 24.47%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=30.32%
G=24.47%
B=45.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114921700.330.4600.33256.9231.4551.37
Hex725CAA212E0211011f33
Octal16213425241560414013763
Binary1110010101110010101010100001101110010000110000000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,92,170); }

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

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

 a { background-color: rgb(114,92,170); }

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

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

 span { border-color: rgb(114,92,170); }

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