#73649D

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

Shades of Scampi #73649D

Tints of Scampi #73649D

Color information

#73649D (or 0x73649D) is unknown color: approx Scampi. HEX triplet: 73, 64 and 9D. RGB value is (115,100,157). Sum of RGB (Red+Green+Blue) = 115+100+157=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #73649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73649D is #8C9B62. Grayscale: #6E6E6E. Windows color (decimal): -9214819 or 10314867. OLE color: 10314867.

HSL color Cylindrical-coordinate representation of color #73649D: hue angle of 255.79º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73649D is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115100157-
CMYK0.270.3600.38
HSL255.79º22.53%50.39%-
HSV(B)255.79º36.31%61.57%-
XYZ17.7115.1933.9-
YUV110.98153.97130.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 157 (61.72% from 255) = 42.20%
R=30.91%
G=26.88%
B=42.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151001570.270.3600.38255.7922.5350.39
Hex73649D1B240261001732
Octal16314423533440464002762
Binary111001111001001001110111011100100010011010000000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73649D; }

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

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

<style>
 a { background-color: #73649D; }

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

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

<style>
 span { border-color: #73649D; }

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

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