#737E8C

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

Shades of Slate Grey #737E8C

Tints of Slate Grey #737E8C

Color information

#737E8C (or 0x737E8C) is unknown color: approx Slate Grey. HEX triplet: 73, 7E and 8C. RGB value is (115,126,140). Sum of RGB (Red+Green+Blue) = 115+126+140=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #737E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E8C is #8C8173. Grayscale: #7C7C7C. Windows color (decimal): -9208180 or 9207411. OLE color: 9207411.

HSL color Cylindrical-coordinate representation of color #737E8C: hue angle of 213.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #737E8C is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115126140-
CMYK0.180.1000.45
HSL213.6º9.8%50%-
HSV(B)213.6º17.86%54.9%-
XYZ19.2620.4627.74-
YUV124.31136.86121.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 140 (55.08% from 255) = 36.75%
R=30.18%
G=33.07%
B=36.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151261400.180.1000.45213.69.850
Hex737E8C12A02Dd6a32
Octal16317621422120553261262
Binary11100111111110100011001001010100101101110101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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