#725BB1

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

Shades of Blue Marguerite #725BB1

Tints of Blue Marguerite #725BB1

Color information

#725BB1 (or 0x725BB1) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5B and B1. RGB value is (114,91,177). Sum of RGB (Red+Green+Blue) = 114+91+177=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #725BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725BB1 is #8DA44E. Grayscale: #6B6B6B. Windows color (decimal): -9282639 or 11623282. OLE color: 11623282.

HSL color Cylindrical-coordinate representation of color #725BB1: hue angle of 256.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #725BB1 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11491177-
CMYK0.360.4900.31
HSL256.05º35.54%52.55%-
HSV(B)256.05º48.59%69.41%-
XYZ18.6214.2343.36-
YUV107.68167.12132.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 91 (35.94% from 255) = 23.82%
BLUE value IS 177 (69.53% from 255) = 46.34%
R=29.84%
G=23.82%
B=46.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114911770.360.4900.31256.0535.5452.55
Hex725BB1243101F1002435
Octal16213326144610374004465
Binary1110010101101110110001100100110001011111100000000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,91,177); }

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

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

 a { background-color: rgb(114,91,177); }

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

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

 span { border-color: rgb(114,91,177); }

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