#737F94

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

Shades of Slate Grey #737F94

Tints of Slate Grey #737F94

Color information

#737F94 (or 0x737F94) is unknown color: approx Slate Grey. HEX triplet: 73, 7F and 94. RGB value is (115,127,148). Sum of RGB (Red+Green+Blue) = 115+127+148=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #737F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F94 is #8C806B. Grayscale: #7D7D7D. Windows color (decimal): -9207916 or 9731955. OLE color: 9731955.

HSL color Cylindrical-coordinate representation of color #737F94: hue angle of 218.18º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #737F94 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115127148-
CMYK0.220.1400.42
HSL218.18º13.36%51.57%-
HSV(B)218.18º22.3%58.04%-
XYZ2020.9631.01-
YUV125.81140.52120.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=29.49%
G=32.56%
B=37.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151271480.220.1400.42218.1813.3651.57
Hex737F9416E02Adad34
Octal16317722426160523321564
Binary11100111111111100101001011011100101010110110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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