#73679E

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

Shades of Scampi #73679E

Tints of Scampi #73679E

Color information

#73679E (or 0x73679E) is unknown color: approx Scampi. HEX triplet: 73, 67 and 9E. RGB value is (115,103,158). Sum of RGB (Red+Green+Blue) = 115+103+158=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #73679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73679E is #8C9861. Grayscale: #707070. Windows color (decimal): -9214050 or 10381171. OLE color: 10381171.

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

Color convert

RGB115103158-
CMYK0.270.3500.38
HSL253.09º22.09%51.18%-
HSV(B)253.09º34.81%61.96%-
XYZ18.0915.8134.45-
YUV112.86153.48129.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 103 (40.62% from 255) = 27.39%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=30.59%
G=27.39%
B=42.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151031580.270.3500.38253.0922.0951.18
Hex73679E1B23026fd1633
Octal16314723633430463752663
Binary11100111100111100111101101110001101001101111110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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