#736DAE

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

Shades of Scampi #736DAE

Tints of Scampi #736DAE

Color information

#736DAE (or 0x736DAE) is unknown color: approx Scampi. HEX triplet: 73, 6D and AE. RGB value is (115,109,174). Sum of RGB (Red+Green+Blue) = 115+109+174=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #736DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736DAE is #8C9251. Grayscale: #757575. Windows color (decimal): -9212498 or 11431283. OLE color: 11431283.

HSL color Cylindrical-coordinate representation of color #736DAE: hue angle of 245.54º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #736DAE is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115109174-
CMYK0.340.3700.32
HSL245.54º28.63%55.49%-
HSV(B)245.54º37.36%68.24%-
XYZ20.1817.6442.39-
YUV118.2159.49125.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.89%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=28.89%
G=27.39%
B=43.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151091740.340.3700.32245.5428.6355.49
Hex736DAE2225020f61d37
Octal16315525642450403663567
Binary111001111011011010111010001010010101000001111011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,109,174); }

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

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

 a { background-color: rgb(115,109,174); }

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

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

 span { border-color: rgb(115,109,174); }

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