#737F92

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

Shades of Slate Grey #737F92

Tints of Slate Grey #737F92

Color information

#737F92 (or 0x737F92) is unknown color: approx Slate Grey. HEX triplet: 73, 7F and 92. RGB value is (115,127,146). Sum of RGB (Red+Green+Blue) = 115+127+146=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 146 - color contains mainly: blue. Hex color #737F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F92 is #8C806D. Grayscale: #7D7D7D. Windows color (decimal): -9207918 or 9600883. OLE color: 9600883.

HSL color Cylindrical-coordinate representation of color #737F92: hue angle of 216.77º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #737F92 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB115127146-
CMYK0.210.1300.43
HSL216.77º12.45%51.18%-
HSV(B)216.77º21.23%57.25%-
XYZ19.8520.930.18-
YUV125.58139.52120.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 146 (57.42% from 255) = 37.63%
R=29.64%
G=32.73%
B=37.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151271460.210.1300.43216.7712.4551.18
Hex737F9215D02Bd9c33
Octal16317722225150533311463
Binary11100111111111100100101010111010101011110110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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