#736B93

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

Shades of Scampi #736B93

Tints of Scampi #736B93

Color information

#736B93 (or 0x736B93) is unknown color: approx Scampi. HEX triplet: 73, 6B and 93. RGB value is (115,107,147). Sum of RGB (Red+Green+Blue) = 115+107+147=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 107 (42.19% from 255 or 29.00% 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 #736B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736B93 is #8C946C. Grayscale: #717171. Windows color (decimal): -9213037 or 9661299. OLE color: 9661299.

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

Color convert

RGB115107147-
CMYK0.220.2700.42
HSL252º15.75%49.8%-
HSV(B)252º27.21%57.65%-
XYZ17.5916.2729.82-
YUV113.95146.65128.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=31.17%
G=29.00%
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
Decimal1151071470.220.2700.4225215.7549.8
Hex736B93161B02Afc1032
Octal16315322326330523742062
Binary1110011110101110010011101101101101010101111110010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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