#73659C

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

Shades of Scampi #73659C

Tints of Scampi #73659C

Color information

#73659C (or 0x73659C) is unknown color: approx Scampi. HEX triplet: 73, 65 and 9C. RGB value is (115,101,156). Sum of RGB (Red+Green+Blue) = 115+101+156=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #73659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73659C is #8C9A63. Grayscale: #6F6F6F. Windows color (decimal): -9214564 or 10249587. OLE color: 10249587.

HSL color Cylindrical-coordinate representation of color #73659C: hue angle of 255.27º 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 #73659C is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115101156-
CMYK0.260.3500.39
HSL255.27º21.74%50.39%-
HSV(B)255.27º35.26%61.18%-
XYZ17.7215.3533.48-
YUV111.46153.14130.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=30.91%
G=27.15%
B=41.94%

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
Decimal1151011560.260.3500.39255.2721.7450.39
Hex73659C1A23027ff1632
Octal16314523432430473772662
Binary11100111100101100111001101010001101001111111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73659C; }

 p { color: rgb(115,101,156); }

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

<style>
 a { background-color: #73659C; }

 a { background-color: rgb(115,101,156); }

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

<style>
 span { border-color: #73659C; }

 span { border-color: rgb(115,101,156); }

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