#73659B

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

Shades of Scampi #73659B

Tints of Scampi #73659B

Color information

#73659B (or 0x73659B) is unknown color: approx Scampi. HEX triplet: 73, 65 and 9B. RGB value is (115,101,155). Sum of RGB (Red+Green+Blue) = 115+101+155=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #73659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73659B is #8C9A64. Grayscale: #6F6F6F. Windows color (decimal): -9214565 or 10184051. OLE color: 10184051.

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

Color convert

RGB115101155-
CMYK0.260.3500.39
HSL255.56º21.26%50.2%-
HSV(B)255.56º34.84%60.78%-
XYZ17.6415.3233.04-
YUV111.34152.64130.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=31.00%
G=27.22%
B=41.78%

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
Decimal1151011550.260.3500.39255.5621.2650.2
Hex73659B1A230271001532
Octal16314523332430474002562
Binary111001111001011001101111010100011010011110000000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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