#736AA0

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

Shades of Scampi #736AA0

Tints of Scampi #736AA0

Color information

#736AA0 (or 0x736AA0) is unknown color: approx Scampi. HEX triplet: 73, 6A and A0. RGB value is (115,106,160). Sum of RGB (Red+Green+Blue) = 115+106+160=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #736AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AA0 is #8C955F. Grayscale: #727272. Windows color (decimal): -9213280 or 10513011. OLE color: 10513011.

HSL color Cylindrical-coordinate representation of color #736AA0: hue angle of 250º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #736AA0 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB115106160-
CMYK0.280.3400.37
HSL250º22.13%52.16%-
HSV(B)250º33.75%62.75%-
XYZ18.5716.4935.46-
YUV114.85153.48128.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 160 (62.89% from 255) = 41.99%
R=30.18%
G=27.82%
B=41.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151061600.280.3400.3725022.1352.16
Hex736AA01C22025fa1634
Octal16315224034420453722664
Binary11100111101010101000001110010001001001011111101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,106,160); }

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

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

 a { background-color: rgb(115,106,160); }

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

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

 span { border-color: rgb(115,106,160); }

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