#725DAA

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

Shades of Blue Marguerite #725DAA

Tints of Blue Marguerite #725DAA

Color information

#725DAA (or 0x725DAA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5D and AA. RGB value is (114,93,170). Sum of RGB (Red+Green+Blue) = 114+93+170=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #725DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725DAA is #8DA255. Grayscale: #6B6B6B. Windows color (decimal): -9282134 or 11165042. OLE color: 11165042.

HSL color Cylindrical-coordinate representation of color #725DAA: hue angle of 256.36º degrees, saturation: 0.31, 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 #725DAA is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11493170-
CMYK0.330.4500.33
HSL256.36º31.17%51.57%-
HSV(B)256.36º45.29%66.67%-
XYZ18.1114.3139.84-
YUV108.06162.96132.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 93 (36.72% from 255) = 24.67%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=30.24%
G=24.67%
B=45.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114931700.330.4500.33256.3631.1751.57
Hex725DAA212D0211001f34
Octal16213525241550414003764
Binary1110010101110110101010100001101101010000110000000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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