#736EAA

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

Shades of Scampi #736EAA

Tints of Scampi #736EAA

Color information

#736EAA (or 0x736EAA) is unknown color: approx Scampi. HEX triplet: 73, 6E and AA. RGB value is (115,110,170). Sum of RGB (Red+Green+Blue) = 115+110+170=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #736EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736EAA is #8C9155. Grayscale: #767676. Windows color (decimal): -9212246 or 11169395. OLE color: 11169395.

HSL color Cylindrical-coordinate representation of color #736EAA: hue angle of 245º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #736EAA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115110170-
CMYK0.320.3500.33
HSL245º26.09%54.9%-
HSV(B)245º35.29%66.67%-
XYZ19.917.740.4-
YUV118.33157.16125.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=29.11%
G=27.85%
B=43.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151101700.320.3500.3324526.0954.9
Hex736EAA2023021f51a37
Octal16315625240430413653267
Binary111001111011101010101010000010001101000011111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,110,170); }

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

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

 a { background-color: rgb(115,110,170); }

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

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

 span { border-color: rgb(115,110,170); }

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