#726BB3

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

Shades of Blue Marguerite #726BB3

Tints of Blue Marguerite #726BB3

Color information

#726BB3 (or 0x726BB3) is unknown color: approx Blue Marguerite. HEX triplet: 72, 6B and B3. RGB value is (114,107,179). Sum of RGB (Red+Green+Blue) = 114+107+179=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #726BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BB3 is #8D944C. Grayscale: #757575. Windows color (decimal): -9278541 or 11758450. OLE color: 11758450.

HSL color Cylindrical-coordinate representation of color #726BB3: hue angle of 245.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #726BB3 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB114107179-
CMYK0.360.4000.30
HSL245.83º32.14%56.08%-
HSV(B)245.83º40.22%70.2%-
XYZ20.3317.3544.92-
YUV117.3162.82125.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 107 (42.19% from 255) = 26.75%
BLUE value IS 179 (70.31% from 255) = 44.75%
R=28.5%
G=26.75%
B=44.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141071790.360.4000.30245.8332.1456.08
Hex726BB3242801Ef62038
Octal16215326344500363664070
Binary111001011010111011001110010010100001111011110110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726BB3; }

 p { color: rgb(114,107,179); }

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

<style>
 a { background-color: #726BB3; }

 a { background-color: rgb(114,107,179); }

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

<style>
 span { border-color: #726BB3; }

 span { border-color: rgb(114,107,179); }

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