#725AAD

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

Shades of Blue Marguerite #725AAD

Tints of Blue Marguerite #725AAD

Color information

#725AAD (or 0x725AAD) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5A and AD. RGB value is (114,90,173). Sum of RGB (Red+Green+Blue) = 114+90+173=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #725AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725AAD is #8DA552. Grayscale: #6A6A6A. Windows color (decimal): -9282899 or 11360882. OLE color: 11360882.

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

Color convert

RGB11490173-
CMYK0.340.4800.32
HSL257.35º33.6%51.57%-
HSV(B)257.35º47.98%67.84%-
XYZ18.1413.9141.26-
YUV106.64165.45133.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=30.24%
G=23.87%
B=45.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114901730.340.4800.32257.3533.651.57
Hex725AAD22300201012234
Octal16213225542600404014264
Binary11100101011010101011011000101100000100000100000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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