#725CAB

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

Shades of Blue Marguerite #725CAB

Tints of Blue Marguerite #725CAB

Color information

#725CAB (or 0x725CAB) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5C and AB. RGB value is (114,92,171). Sum of RGB (Red+Green+Blue) = 114+92+171=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #725CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725CAB is #8DA354. Grayscale: #6B6B6B. Windows color (decimal): -9282389 or 11230322. OLE color: 11230322.

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

Color convert

RGB11492171-
CMYK0.330.4600.33
HSL256.71º31.98%51.57%-
HSV(B)256.71º46.2%67.06%-
XYZ18.1214.1740.31-
YUV107.58163.79132.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=30.24%
G=24.40%
B=45.36%

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
Decimal114921710.330.4600.33256.7131.9851.57
Hex725CAB212E0211012034
Octal16213425341560414014064
Binary11100101011100101010111000011011100100001100000001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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