#736E9D

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

Shades of Scampi #736E9D

Tints of Scampi #736E9D

Color information

#736E9D (or 0x736E9D) is unknown color: approx Scampi. HEX triplet: 73, 6E and 9D. RGB value is (115,110,157). Sum of RGB (Red+Green+Blue) = 115+110+157=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #736E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736E9D is #8C9162. Grayscale: #747474. Windows color (decimal): -9212259 or 10317427. OLE color: 10317427.

HSL color Cylindrical-coordinate representation of color #736E9D: hue angle of 246.38º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736E9D is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115110157-
CMYK0.270.3000.38
HSL246.38º19.34%52.35%-
HSV(B)246.38º29.94%61.57%-
XYZ18.7317.2334.24-
YUV116.85150.66126.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=30.10%
G=28.80%
B=41.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151101570.270.3000.38246.3819.3452.35
Hex736E9D1B1E026f61334
Octal16315623533360463662364
Binary1110011110111010011101110111111001001101111011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736E9D; }

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

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

<style>
 a { background-color: #736E9D; }

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

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

<style>
 span { border-color: #736E9D; }

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

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