#725CB0

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

Shades of Blue Marguerite #725CB0

Tints of Blue Marguerite #725CB0

Color information

#725CB0 (or 0x725CB0) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5C and B0. RGB value is (114,92,176). Sum of RGB (Red+Green+Blue) = 114+92+176=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #725CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725CB0 is #8DA34F. Grayscale: #6B6B6B. Windows color (decimal): -9282384 or 11558002. OLE color: 11558002.

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

Color convert

RGB11492176-
CMYK0.350.4800.31
HSL255.71º34.71%52.55%-
HSV(B)255.71º47.73%69.02%-
XYZ18.614.3742.87-
YUV108.15166.29132.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 92 (36.33% from 255) = 24.08%
BLUE value IS 176 (69.14% from 255) = 46.07%
R=29.84%
G=24.08%
B=46.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114921760.350.4800.31255.7134.7152.55
Hex725CB0233001F1002335
Octal16213426043600374004365
Binary1110010101110010110000100011110000011111100000000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,92,176); }

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

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

 a { background-color: rgb(114,92,176); }

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

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

 span { border-color: rgb(114,92,176); }

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