#736E98

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

Shades of Scampi #736E98

Tints of Scampi #736E98

Color information

#736E98 (or 0x736E98) is unknown color: approx Scampi. HEX triplet: 73, 6E and 98. RGB value is (115,110,152). Sum of RGB (Red+Green+Blue) = 115+110+152=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #736E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736E98 is #8C9167. Grayscale: #747474. Windows color (decimal): -9212264 or 9989747. OLE color: 9989747.

HSL color Cylindrical-coordinate representation of color #736E98: hue angle of 247.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #736E98 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB115110152-
CMYK0.240.2800.40
HSL247.14º16.94%51.37%-
HSV(B)247.14º27.63%59.61%-
XYZ18.3117.0632.03-
YUV116.28148.16127.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=30.50%
G=29.18%
B=40.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151101520.240.2800.40247.1416.9451.37
Hex736E98181C028f71133
Octal16315623030340503672163
Binary1110011110111010011000110001110001010001111011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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