#73639B

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

Shades of Scampi #73639B

Tints of Scampi #73639B

Color information

#73639B (or 0x73639B) is unknown color: approx Scampi. HEX triplet: 73, 63 and 9B. RGB value is (115,99,155). Sum of RGB (Red+Green+Blue) = 115+99+155=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #73639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73639B is #8C9C64. Grayscale: #6D6D6D. Windows color (decimal): -9215077 or 10183539. OLE color: 10183539.

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

Color convert

RGB11599155-
CMYK0.260.3600.39
HSL257.14º22.05%49.8%-
HSV(B)257.14º36.13%60.78%-
XYZ17.4514.9432.97-
YUV110.17153.3131.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=31.17%
G=26.83%
B=42.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115991550.260.3600.39257.1422.0549.8
Hex73639B1A240271011632
Octal16314323332440474012662
Binary111001111000111001101111010100100010011110000000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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