#725FBA

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

Shades of Blue Marguerite #725FBA

Tints of Blue Marguerite #725FBA

Color information

#725FBA (or 0x725FBA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5F and BA. RGB value is (114,95,186). Sum of RGB (Red+Green+Blue) = 114+95+186=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #725FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FBA is #8DA045. Grayscale: #6E6E6E. Windows color (decimal): -9281606 or 12214130. OLE color: 12214130.

HSL color Cylindrical-coordinate representation of color #725FBA: hue angle of 252.53º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #725FBA is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11495186-
CMYK0.390.4900.27
HSL252.53º39.74%55.1%-
HSV(B)252.53º48.92%72.94%-
XYZ19.8915.3148.36-
YUV111.06170.29130.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=28.86%
G=24.05%
B=47.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114951860.390.4900.27252.5339.7455.1
Hex725FBA273101Bfd2837
Octal16213727247610333755067
Binary111001010111111011101010011111000101101111111101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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