#725FBD

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

Shades of Blue Marguerite #725FBD

Tints of Blue Marguerite #725FBD

Color information

#725FBD (or 0x725FBD) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5F and BD. RGB value is (114,95,189). Sum of RGB (Red+Green+Blue) = 114+95+189=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #725FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FBD is #8DA042. Grayscale: #6F6F6F. Windows color (decimal): -9281603 or 12410738. OLE color: 12410738.

HSL color Cylindrical-coordinate representation of color #725FBD: hue angle of 252.13º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #725FBD is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11495189-
CMYK0.400.5000.26
HSL252.13º41.59%55.69%-
HSV(B)252.13º49.74%74.12%-
XYZ20.2215.4450.06-
YUV111.4171.79129.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.64%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 189 (74.22% from 255) = 47.49%
R=28.64%
G=23.87%
B=47.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114951890.400.5000.26252.1341.5955.69
Hex725FBD283201Afc2a38
Octal16213727550620323745270
Binary111001010111111011110110100011001001101011111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,95,189); }

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

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

 a { background-color: rgb(114,95,189); }

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

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

 span { border-color: rgb(114,95,189); }

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