#73649B

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

Shades of Scampi #73649B

Tints of Scampi #73649B

Color information

#73649B (or 0x73649B) is unknown color: approx Scampi. HEX triplet: 73, 64 and 9B. RGB value is (115,100,155). Sum of RGB (Red+Green+Blue) = 115+100+155=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #73649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73649B is #8C9B64. Grayscale: #6E6E6E. Windows color (decimal): -9214821 or 10183795. OLE color: 10183795.

HSL color Cylindrical-coordinate representation of color #73649B: hue angle of 256.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73649B is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115100155-
CMYK0.260.3500.39
HSL256.36º21.57%50%-
HSV(B)256.36º35.48%60.78%-
XYZ17.5415.1333.01-
YUV110.76152.97131.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=31.08%
G=27.03%
B=41.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151001550.260.3500.39256.3621.5750
Hex73649B1A230271001632
Octal16314423332430474002662
Binary111001111001001001101111010100011010011110000000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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