#736D8E

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

Shades of Scampi #736D8E

Tints of Scampi #736D8E

Color information

#736D8E (or 0x736D8E) is unknown color: approx Scampi. HEX triplet: 73, 6D and 8E. RGB value is (115,109,142). Sum of RGB (Red+Green+Blue) = 115+109+142=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #736D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736D8E is #8C9271. Grayscale: #727272. Windows color (decimal): -9212530 or 9334131. OLE color: 9334131.

HSL color Cylindrical-coordinate representation of color #736D8E: hue angle of 250.91º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #736D8E is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115109142-
CMYK0.190.2300.44
HSL250.91º13.15%49.22%-
HSV(B)250.91º23.24%55.69%-
XYZ17.4216.5427.86-
YUV114.56143.49128.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.42%
GREEN value IS 109 (42.97% from 255) = 29.78%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=31.42%
G=29.78%
B=38.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151091420.190.2300.44250.9113.1549.22
Hex736D8E131702Cfbd31
Octal16315521623270543731561
Binary111001111011011000111010011101110101100111110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,109,142); }

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

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

 a { background-color: rgb(115,109,142); }

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

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

 span { border-color: rgb(115,109,142); }

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