#725DB6

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

Shades of Blue Marguerite #725DB6

Tints of Blue Marguerite #725DB6

Color information

#725DB6 (or 0x725DB6) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5D and B6. RGB value is (114,93,182). Sum of RGB (Red+Green+Blue) = 114+93+182=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #725DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DB6 is #8DA249. Grayscale: #6D6D6D. Windows color (decimal): -9282122 or 11951474. OLE color: 11951474.

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

Color convert

RGB11493182-
CMYK0.370.4900.29
HSL254.16º37.87%53.92%-
HSV(B)254.16º48.9%71.37%-
XYZ19.314.7846.09-
YUV109.42168.96131.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 93 (36.72% from 255) = 23.91%
BLUE value IS 182 (71.48% from 255) = 46.79%
R=29.31%
G=23.91%
B=46.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114931820.370.4900.29254.1637.8753.92
Hex725DB6253101Dfe2636
Octal16213526645610353764666
Binary111001010111011011011010010111000101110111111110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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