#725CAF

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

Shades of Blue Marguerite #725CAF

Tints of Blue Marguerite #725CAF

Color information

#725CAF (or 0x725CAF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5C and AF. RGB value is (114,92,175). Sum of RGB (Red+Green+Blue) = 114+92+175=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #725CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725CAF is #8DA350. Grayscale: #6B6B6B. Windows color (decimal): -9282385 or 11492466. OLE color: 11492466.

HSL color Cylindrical-coordinate representation of color #725CAF: hue angle of 255.9º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #725CAF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11492175-
CMYK0.350.4700.31
HSL255.9º34.16%52.35%-
HSV(B)255.9º47.43%68.63%-
XYZ18.514.3342.35-
YUV108.04165.79132.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 92 (36.33% from 255) = 24.15%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=29.92%
G=24.15%
B=45.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114921750.350.4700.31255.934.1652.35
Hex725CAF232F01F1002234
Octal16213425743570374004264
Binary1110010101110010101111100011101111011111100000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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