#73689E

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

Shades of Scampi #73689E

Tints of Scampi #73689E

Color information

#73689E (or 0x73689E) is unknown color: approx Scampi. HEX triplet: 73, 68 and 9E. RGB value is (115,104,158). Sum of RGB (Red+Green+Blue) = 115+104+158=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #73689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73689E is #8C9761. Grayscale: #717171. Windows color (decimal): -9213794 or 10381427. OLE color: 10381427.

HSL color Cylindrical-coordinate representation of color #73689E: hue angle of 252.22º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73689E is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115104158-
CMYK0.270.3400.38
HSL252.22º21.77%51.37%-
HSV(B)252.22º34.18%61.96%-
XYZ18.1916.0134.48-
YUV113.44153.14129.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=30.50%
G=27.59%
B=41.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151041580.270.3400.38252.2221.7751.37
Hex73689E1B22026fc1633
Octal16315023633420463742663
Binary11100111101000100111101101110001001001101111110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73689E; }

 p { color: rgb(115,104,158); }

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

<style>
 a { background-color: #73689E; }

 a { background-color: rgb(115,104,158); }

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

<style>
 span { border-color: #73689E; }

 span { border-color: rgb(115,104,158); }

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