#726AAB

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

Shades of Scampi #726AAB

Tints of Scampi #726AAB

Color information

#726AAB (or 0x726AAB) is unknown color: approx Scampi. HEX triplet: 72, 6A and AB. RGB value is (114,106,171). Sum of RGB (Red+Green+Blue) = 114+106+171=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #726AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726AAB is #8D9554. Grayscale: #737373. Windows color (decimal): -9278805 or 11233906. OLE color: 11233906.

HSL color Cylindrical-coordinate representation of color #726AAB: hue angle of 247.38º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #726AAB is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114106171-
CMYK0.330.3800.33
HSL247.38º27.9%54.31%-
HSV(B)247.38º38.01%67.06%-
XYZ19.4416.8340.75-
YUV115.8159.15126.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 106 (41.80% from 255) = 27.11%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=29.16%
G=27.11%
B=43.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141061710.330.3800.33247.3827.954.31
Hex726AAB2126021f71c36
Octal16215225341460413673466
Binary111001011010101010101110000110011001000011111011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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