#726DAA

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

Shades of Scampi #726DAA

Tints of Scampi #726DAA

Color information

#726DAA (or 0x726DAA) is unknown color: approx Scampi. HEX triplet: 72, 6D and AA. RGB value is (114,109,170). Sum of RGB (Red+Green+Blue) = 114+109+170=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #726DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726DAA is #8D9255. Grayscale: #757575. Windows color (decimal): -9278038 or 11169138. OLE color: 11169138.

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

Color convert

RGB114109170-
CMYK0.330.3600.33
HSL244.92º26.41%54.71%-
HSV(B)244.92º35.88%66.67%-
XYZ19.6617.4240.36-
YUV117.45157.66125.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=29.01%
G=27.74%
B=43.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141091700.330.3600.33244.9226.4154.71
Hex726DAA2124021f51a37
Octal16215525241440413653267
Binary111001011011011010101010000110010001000011111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,109,170); }

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

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

 a { background-color: rgb(114,109,170); }

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

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

 span { border-color: rgb(114,109,170); }

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