#7364AA

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

Shades of Scampi #7364AA

Tints of Scampi #7364AA

Color information

#7364AA (or 0x7364AA) is unknown color: approx Scampi. HEX triplet: 73, 64 and AA. RGB value is (115,100,170). Sum of RGB (Red+Green+Blue) = 115+100+170=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #7364AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7364AA is #8C9B55. Grayscale: #707070. Windows color (decimal): -9214806 or 11166835. OLE color: 11166835.

HSL color Cylindrical-coordinate representation of color #7364AA: hue angle of 252.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7364AA is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115100170-
CMYK0.320.4100.33
HSL252.86º29.17%52.94%-
HSV(B)252.86º41.18%66.67%-
XYZ18.8815.6640.06-
YUV112.46160.47129.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=29.87%
G=25.97%
B=44.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151001700.320.4100.33252.8629.1752.94
Hex7364AA2029021fd1d35
Octal16314425240510413753565
Binary111001111001001010101010000010100101000011111110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7364AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7364AA; }

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

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

<style>
 a { background-color: #7364AA; }

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

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

<style>
 span { border-color: #7364AA; }

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

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