#726DAB

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

Shades of Scampi #726DAB

Tints of Scampi #726DAB

Color information

#726DAB (or 0x726DAB) is unknown color: approx Scampi. HEX triplet: 72, 6D and AB. RGB value is (114,109,171). Sum of RGB (Red+Green+Blue) = 114+109+171=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #726DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726DAB is #8D9254. Grayscale: #757575. Windows color (decimal): -9278037 or 11234674. OLE color: 11234674.

HSL color Cylindrical-coordinate representation of color #726DAB: hue angle of 244.84º degrees, saturation: 0.27, 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 #726DAB is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114109171-
CMYK0.330.3600.33
HSL244.84º26.96%54.9%-
HSV(B)244.84º36.26%67.06%-
XYZ19.7617.4540.86-
YUV117.56158.16125.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.93%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=28.93%
G=27.66%
B=43.40%

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
Decimal1141091710.330.3600.33244.8426.9654.9
Hex726DAB2124021f51b37
Octal16215525341440413653367
Binary111001011011011010101110000110010001000011111010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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