#737F8C

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

Shades of Slate Grey #737F8C

Tints of Slate Grey #737F8C

Color information

#737F8C (or 0x737F8C) is unknown color: approx Slate Grey. HEX triplet: 73, 7F and 8C. RGB value is (115,127,140). Sum of RGB (Red+Green+Blue) = 115+127+140=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 140 - color contains mainly: blue. Hex color #737F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F8C is #8C8073. Grayscale: #7C7C7C. Windows color (decimal): -9207924 or 9207667. OLE color: 9207667.

HSL color Cylindrical-coordinate representation of color #737F8C: hue angle of 211.2º 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 #737F8C is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115127140-
CMYK0.180.0900.45
HSL211.2º9.8%50%-
HSV(B)211.2º17.86%54.9%-
XYZ19.3920.7227.79-
YUV124.89136.52120.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=30.10%
G=33.25%
B=36.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151271400.180.0900.45211.29.850
Hex737F8C12902Dd3a32
Octal16317721422110553231262
Binary11100111111111100011001001010010101101110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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