#73639C

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

Shades of Scampi #73639C

Tints of Scampi #73639C

Color information

#73639C (or 0x73639C) is unknown color: approx Scampi. HEX triplet: 73, 63 and 9C. RGB value is (115,99,156). Sum of RGB (Red+Green+Blue) = 115+99+156=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #73639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73639C is #8C9C63. Grayscale: #6E6E6E. Windows color (decimal): -9215076 or 10249075. OLE color: 10249075.

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

Color convert

RGB11599156-
CMYK0.260.3700.39
HSL256.84º22.35%50%-
HSV(B)256.84º36.54%61.18%-
XYZ17.5314.9733.42-
YUV110.28153.8131.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 99 (39.06% from 255) = 26.76%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=31.08%
G=26.76%
B=42.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115991560.260.3700.39256.8422.3550
Hex73639C1A250271011632
Octal16314323432450474012662
Binary111001111000111001110011010100101010011110000000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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