#726C95

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

Shades of Scampi #726C95

Tints of Scampi #726C95

Color information

#726C95 (or 0x726C95) is unknown color: approx Scampi. HEX triplet: 72, 6C and 95. RGB value is (114,108,149). Sum of RGB (Red+Green+Blue) = 114+108+149=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #726C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C95 is #8D936A. Grayscale: #727272. Windows color (decimal): -9278315 or 9792626. OLE color: 9792626.

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

Color convert

RGB114108149-
CMYK0.230.2800.42
HSL248.78º16.21%50.39%-
HSV(B)248.78º27.52%58.43%-
XYZ17.7316.4730.68-
YUV114.47147.49127.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=30.73%
G=29.11%
B=40.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141081490.230.2800.42248.7816.2150.39
Hex726C95171C02Af91032
Octal16215422527340523712062
Binary1110010110110010010101101111110001010101111100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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