#726AA9

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

Shades of Scampi #726AA9

Tints of Scampi #726AA9

Color information

#726AA9 (or 0x726AA9) is unknown color: approx Scampi. HEX triplet: 72, 6A and A9. RGB value is (114,106,169). Sum of RGB (Red+Green+Blue) = 114+106+169=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 169 - color contains mainly: blue. Hex color #726AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726AA9 is #8D9556. Grayscale: #737373. Windows color (decimal): -9278807 or 11102834. OLE color: 11102834.

HSL color Cylindrical-coordinate representation of color #726AA9: hue angle of 247.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #726AA9 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB114106169-
CMYK0.330.3700.34
HSL247.62º26.81%53.92%-
HSV(B)247.62º37.28%66.27%-
XYZ19.2516.7539.75-
YUV115.57158.15126.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 169 (66.41% from 255) = 43.44%
R=29.31%
G=27.25%
B=43.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141061690.330.3700.34247.6226.8153.92
Hex726AA92125022f81b36
Octal16215225141450423703366
Binary111001011010101010100110000110010101000101111100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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