#726EA2

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

Shades of Scampi #726EA2

Tints of Scampi #726EA2

Color information

#726EA2 (or 0x726EA2) is unknown color: approx Scampi. HEX triplet: 72, 6E and A2. RGB value is (114,110,162). Sum of RGB (Red+Green+Blue) = 114+110+162=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #726EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726EA2 is #8D915D. Grayscale: #747474. Windows color (decimal): -9277790 or 10645106. OLE color: 10645106.

HSL color Cylindrical-coordinate representation of color #726EA2: hue angle of 244.62º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #726EA2 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB114110162-
CMYK0.300.3200.36
HSL244.62º21.85%53.33%-
HSV(B)244.62º32.1%63.53%-
XYZ19.0417.3436.53-
YUV117.12153.33125.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 110 (43.36% from 255) = 28.50%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=29.53%
G=28.50%
B=41.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141101620.300.3200.36244.6221.8553.33
Hex726EA21E20024f51635
Octal16215624236400443652665
Binary11100101101110101000101111010000001001001111010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,110,162); }

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

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

 a { background-color: rgb(114,110,162); }

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

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

 span { border-color: rgb(114,110,162); }

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