#737E94

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

Shades of Slate Grey #737E94

Tints of Slate Grey #737E94

Color information

#737E94 (or 0x737E94) is unknown color: approx Slate Grey. HEX triplet: 73, 7E and 94. RGB value is (115,126,148). Sum of RGB (Red+Green+Blue) = 115+126+148=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #737E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E94 is #8C816B. Grayscale: #7D7D7D. Windows color (decimal): -9208172 or 9731699. OLE color: 9731699.

HSL color Cylindrical-coordinate representation of color #737E94: hue angle of 220º 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 #737E94 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115126148-
CMYK0.220.1500.42
HSL220º13.36%51.57%-
HSV(B)220º22.3%58.04%-
XYZ19.8820.730.97-
YUV125.22140.86120.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.56%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=29.56%
G=32.39%
B=38.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151261480.220.1500.4222013.3651.57
Hex737E9416F02Adcd34
Octal16317622426170523341564
Binary11100111111110100101001011011110101010110111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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