#725AB6

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

Shades of Blue Marguerite #725AB6

Tints of Blue Marguerite #725AB6

Color information

#725AB6 (or 0x725AB6) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5A and B6. RGB value is (114,90,182). Sum of RGB (Red+Green+Blue) = 114+90+182=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #725AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725AB6 is #8DA549. Grayscale: #6B6B6B. Windows color (decimal): -9282890 or 11950706. OLE color: 11950706.

HSL color Cylindrical-coordinate representation of color #725AB6: hue angle of 255.65º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #725AB6 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11490182-
CMYK0.370.5100.29
HSL255.65º38.66%53.33%-
HSV(B)255.65º50.55%71.37%-
XYZ19.0414.2746.01-
YUV107.66169.95132.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 90 (35.55% from 255) = 23.32%
BLUE value IS 182 (71.48% from 255) = 47.15%
R=29.53%
G=23.32%
B=47.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114901820.370.5100.29255.6538.6653.33
Hex725AB6253301D1002735
Octal16213226645630354004765
Binary1110010101101010110110100101110011011101100000000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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