#737E96

Color #737E96 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #737E96

Tints of Slate Grey #737E96

Color information

#737E96 (or 0x737E96) is unknown color: approx Slate Grey. HEX triplet: 73, 7E and 96. RGB value is (115,126,150). Sum of RGB (Red+Green+Blue) = 115+126+150=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 150 - color contains mainly: blue. Hex color #737E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E96 is #8C8169. Grayscale: #7D7D7D. Windows color (decimal): -9208170 or 9862771. OLE color: 9862771.

HSL color Cylindrical-coordinate representation of color #737E96: hue angle of 221.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #737E96 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB115126150-
CMYK0.230.1600.41
HSL221.14º14.29%51.96%-
HSV(B)221.14º23.33%58.82%-
XYZ20.0420.7731.81-
YUV125.45141.86120.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 126 (49.61% from 255) = 32.23%
BLUE value IS 150 (58.98% from 255) = 38.36%
R=29.41%
G=32.23%
B=38.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151261500.230.1600.41221.1414.2951.96
Hex737E961710029dde34
Octal16317622627200513351664
Binary111001111111101001011010111100000101001110111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737E96; }

 p { color: rgb(115,126,150); }

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

<style>
 a { background-color: #737E96; }

 a { background-color: rgb(115,126,150); }

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

<style>
 span { border-color: #737E96; }

 span { border-color: rgb(115,126,150); }

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