#73659E

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

Shades of Scampi #73659E

Tints of Scampi #73659E

Color information

#73659E (or 0x73659E) is unknown color: approx Scampi. HEX triplet: 73, 65 and 9E. RGB value is (115,101,158). Sum of RGB (Red+Green+Blue) = 115+101+158=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #73659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73659E is #8C9A61. Grayscale: #6F6F6F. Windows color (decimal): -9214562 or 10380659. OLE color: 10380659.

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

Color convert

RGB115101158-
CMYK0.270.3600.38
HSL254.74º22.71%50.78%-
HSV(B)254.74º36.08%61.96%-
XYZ17.915.4234.38-
YUV111.68154.14130.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=30.75%
G=27.01%
B=42.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151011580.270.3600.38254.7422.7150.78
Hex73659E1B24026ff1733
Octal16314523633440463772763
Binary11100111100101100111101101110010001001101111111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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