#737F8B

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

Shades of Slate Grey #737F8B

Tints of Slate Grey #737F8B

Color information

#737F8B (or 0x737F8B) is unknown color: approx Slate Grey. HEX triplet: 73, 7F and 8B. RGB value is (115,127,139). Sum of RGB (Red+Green+Blue) = 115+127+139=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #737F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F8B is #8C8074. Grayscale: #7C7C7C. Windows color (decimal): -9207925 or 9142131. OLE color: 9142131.

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

Color convert

RGB115127139-
CMYK0.170.0900.45
HSL210º9.45%49.8%-
HSV(B)210º17.27%54.51%-
XYZ19.3220.6927.4-
YUV124.78136.02121.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=30.18%
G=33.33%
B=36.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151271390.170.0900.452109.4549.8
Hex737F8B11902Dd2932
Octal16317721321110553221162
Binary11100111111111100010111000110010101101110100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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