#726B93

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

Shades of Scampi #726B93

Tints of Scampi #726B93

Color information

#726B93 (or 0x726B93) is unknown color: approx Scampi. HEX triplet: 72, 6B and 93. RGB value is (114,107,147). Sum of RGB (Red+Green+Blue) = 114+107+147=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #726B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726B93 is #8D946C. Grayscale: #717171. Windows color (decimal): -9278573 or 9661298. OLE color: 9661298.

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

Color convert

RGB114107147-
CMYK0.220.2700.42
HSL250.5º15.75%49.8%-
HSV(B)250.5º27.21%57.65%-
XYZ17.4616.229.81-
YUV113.65146.82128.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=30.98%
G=29.08%
B=39.95%

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
Decimal1141071470.220.2700.42250.515.7549.8
Hex726B93161B02Afa1032
Octal16215322326330523722062
Binary1110010110101110010011101101101101010101111101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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