#726C93

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

Shades of Scampi #726C93

Tints of Scampi #726C93

Color information

#726C93 (or 0x726C93) is unknown color: approx Scampi. HEX triplet: 72, 6C and 93. RGB value is (114,108,147). Sum of RGB (Red+Green+Blue) = 114+108+147=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #726C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C93 is #8D936C. Grayscale: #727272. Windows color (decimal): -9278317 or 9661554. OLE color: 9661554.

HSL color Cylindrical-coordinate representation of color #726C93: hue angle of 249.23º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #726C93 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114108147-
CMYK0.220.2700.42
HSL249.23º15.29%50%-
HSV(B)249.23º26.53%57.65%-
XYZ17.5716.4129.85-
YUV114.24146.49127.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=30.89%
G=29.27%
B=39.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141081470.220.2700.42249.2315.2950
Hex726C93161B02Af9f32
Octal16215422326330523711762
Binary111001011011001001001110110110110101010111110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,108,147); }

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

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

 a { background-color: rgb(114,108,147); }

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

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

 span { border-color: rgb(114,108,147); }

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