#73629D

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

Shades of Scampi #73629D

Tints of Scampi #73629D

Color information

#73629D (or 0x73629D) is unknown color: approx Scampi. HEX triplet: 73, 62 and 9D. RGB value is (115,98,157). Sum of RGB (Red+Green+Blue) = 115+98+157=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #73629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73629D is #8C9D62. Grayscale: #6D6D6D. Windows color (decimal): -9215331 or 10314355. OLE color: 10314355.

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

Color convert

RGB11598157-
CMYK0.270.3800.38
HSL257.29º23.14%50%-
HSV(B)257.29º37.58%61.57%-
XYZ17.5214.8133.83-
YUV109.81154.63131.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=31.08%
G=26.49%
B=42.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115981570.270.3800.38257.2923.1450
Hex73629D1B260261011732
Octal16314223533460464012762
Binary111001111000101001110111011100110010011010000000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73629D; }

 p { color: rgb(115,98,157); }

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

<style>
 a { background-color: #73629D; }

 a { background-color: rgb(115,98,157); }

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

<style>
 span { border-color: #73629D; }

 span { border-color: rgb(115,98,157); }

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