#725DAB

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

Shades of Blue Marguerite #725DAB

Tints of Blue Marguerite #725DAB

Color information

#725DAB (or 0x725DAB) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5D and AB. RGB value is (114,93,171). Sum of RGB (Red+Green+Blue) = 114+93+171=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #725DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725DAB is #8DA254. Grayscale: #6B6B6B. Windows color (decimal): -9282133 or 11230578. OLE color: 11230578.

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

Color convert

RGB11493171-
CMYK0.330.4600.33
HSL256.15º31.71%51.76%-
HSV(B)256.15º45.61%67.06%-
XYZ18.214.3540.34-
YUV108.17163.46132.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.16%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=30.16%
G=24.60%
B=45.24%

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
Decimal114931710.330.4600.33256.1531.7151.76
Hex725DAB212E0211002034
Octal16213525341560414004064
Binary11100101011101101010111000011011100100001100000000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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