#736F9D

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

Shades of Scampi #736F9D

Tints of Scampi #736F9D

Color information

#736F9D (or 0x736F9D) is unknown color: approx Scampi. HEX triplet: 73, 6F and 9D. RGB value is (115,111,157). Sum of RGB (Red+Green+Blue) = 115+111+157=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #736F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F9D is #8C9062. Grayscale: #757575. Windows color (decimal): -9212003 or 10317683. OLE color: 10317683.

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

Color convert

RGB115111157-
CMYK0.270.2900.38
HSL245.22º19.01%52.55%-
HSV(B)245.22º29.3%61.57%-
XYZ18.8417.4534.27-
YUV117.44150.33126.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=30.03%
G=28.98%
B=40.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151111570.270.2900.38245.2219.0152.55
Hex736F9D1B1D026f51335
Octal16315723533350463652365
Binary1110011110111110011101110111110101001101111010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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