#726AAF

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

Shades of Blue Marguerite #726AAF

Tints of Blue Marguerite #726AAF

Color information

#726AAF (or 0x726AAF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 6A and AF. RGB value is (114,106,175). Sum of RGB (Red+Green+Blue) = 114+106+175=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #726AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726AAF is #8D9550. Grayscale: #737373. Windows color (decimal): -9278801 or 11496050. OLE color: 11496050.

HSL color Cylindrical-coordinate representation of color #726AAF: hue angle of 246.96º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #726AAF is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114106175-
CMYK0.350.3900.31
HSL246.96º30.13%55.1%-
HSV(B)246.96º39.43%68.63%-
XYZ19.8316.9842.79-
YUV116.26161.15126.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=28.86%
G=26.84%
B=44.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141061750.350.3900.31246.9630.1355.1
Hex726AAF232701Ff71e37
Octal16215225743470373673667
Binary11100101101010101011111000111001110111111111011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,106,175); }

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

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

 a { background-color: rgb(114,106,175); }

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

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

 span { border-color: rgb(114,106,175); }

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