#726BAB

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

Shades of Scampi #726BAB

Tints of Scampi #726BAB

Color information

#726BAB (or 0x726BAB) is unknown color: approx Scampi. HEX triplet: 72, 6B and AB. RGB value is (114,107,171). Sum of RGB (Red+Green+Blue) = 114+107+171=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #726BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726BAB is #8D9454. Grayscale: #747474. Windows color (decimal): -9278549 or 11234162. OLE color: 11234162.

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

Color convert

RGB114107171-
CMYK0.330.3700.33
HSL246.56º27.59%54.51%-
HSV(B)246.56º37.43%67.06%-
XYZ19.5517.0340.79-
YUV116.39158.82126.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=29.08%
G=27.30%
B=43.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141071710.330.3700.33246.5627.5954.51
Hex726BAB2125021f71c37
Octal16215325341450413673467
Binary111001011010111010101110000110010101000011111011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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