#718094

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

Shades of Slate Grey #718094

Tints of Slate Grey #718094

Color information

#718094 (or 0x718094) is unknown color: approx Slate Grey. HEX triplet: 71, 80 and 94. RGB value is (113,128,148). Sum of RGB (Red+Green+Blue) = 113+128+148=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 128 (50.39% from 255 or 32.90% 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 #718094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718094 is #8E7F6B. Grayscale: #7D7D7D. Windows color (decimal): -9338732 or 9732209. OLE color: 9732209.

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

Color convert

RGB113128148-
CMYK0.240.1400.42
HSL214.29º14.06%51.18%-
HSV(B)214.29º23.65%58.04%-
XYZ19.8721.0931.04-
YUV125.8140.53118.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=29.05%
G=32.90%
B=38.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131281480.240.1400.42214.2914.0651.18
Hex71809418E02Ad6e33
Octal16120022430160523261663
Binary111000110000000100101001100011100101010110101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718094; }

 p { color: rgb(113,128,148); }

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

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

 a { background-color: rgb(113,128,148); }

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

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

 span { border-color: rgb(113,128,148); }

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