#725CB1

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

Shades of Blue Marguerite #725CB1

Tints of Blue Marguerite #725CB1

Color information

#725CB1 (or 0x725CB1) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5C and B1. RGB value is (114,92,177). Sum of RGB (Red+Green+Blue) = 114+92+177=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #725CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725CB1 is #8DA34E. Grayscale: #6B6B6B. Windows color (decimal): -9282383 or 11623538. OLE color: 11623538.

HSL color Cylindrical-coordinate representation of color #725CB1: hue angle of 255.53º 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 #725CB1 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11492177-
CMYK0.360.4800.31
HSL255.53º35.27%52.75%-
HSV(B)255.53º48.02%69.41%-
XYZ18.714.4143.39-
YUV108.27166.79132.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.77%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 177 (69.53% from 255) = 46.21%
R=29.77%
G=24.02%
B=46.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114921770.360.4800.31255.5335.2752.75
Hex725CB1243001F1002335
Octal16213426144600374004365
Binary1110010101110010110001100100110000011111100000000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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