#726C94

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

Shades of Scampi #726C94

Tints of Scampi #726C94

Color information

#726C94 (or 0x726C94) is unknown color: approx Scampi. HEX triplet: 72, 6C and 94. RGB value is (114,108,148). Sum of RGB (Red+Green+Blue) = 114+108+148=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #726C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C94 is #8D936B. Grayscale: #727272. Windows color (decimal): -9278316 or 9727090. OLE color: 9727090.

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

Color convert

RGB114108148-
CMYK0.230.2700.42
HSL249º15.75%50.2%-
HSV(B)249º27.03%58.04%-
XYZ17.6516.4430.26-
YUV114.35146.99127.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 148 (58.20% from 255) = 40%
R=30.81%
G=29.19%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141081480.230.2700.4224915.7550.2
Hex726C94171B02Af91032
Octal16215422427330523712062
Binary1110010110110010010100101111101101010101111100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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