#726ABC

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

Shades of Blue Marguerite #726ABC

Tints of Blue Marguerite #726ABC

Color information

#726ABC (or 0x726ABC) is unknown color: approx Blue Marguerite. HEX triplet: 72, 6A and BC. RGB value is (114,106,188). Sum of RGB (Red+Green+Blue) = 114+106+188=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #726ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ABC is #8D9543. Grayscale: #757575. Windows color (decimal): -9278788 or 12348018. OLE color: 12348018.

HSL color Cylindrical-coordinate representation of color #726ABC: hue angle of 245.85º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #726ABC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114106188-
CMYK0.390.4400.26
HSL245.85º37.96%57.65%-
HSV(B)245.85º43.62%73.73%-
XYZ21.1717.5249.84-
YUV117.74167.65125.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 106 (41.80% from 255) = 25.98%
BLUE value IS 188 (73.83% from 255) = 46.08%
R=27.94%
G=25.98%
B=46.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141061880.390.4400.26245.8537.9657.65
Hex726ABC272C01Af6263a
Octal16215227447540323664672
Binary111001011010101011110010011110110001101011110110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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