#718096

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

Shades of Slate Grey #718096

Tints of Slate Grey #718096

Color information

#718096 (or 0x718096) is unknown color: approx Slate Grey. HEX triplet: 71, 80 and 96. RGB value is (113,128,150). Sum of RGB (Red+Green+Blue) = 113+128+150=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 150 - color contains mainly: blue. Hex color #718096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718096 is #8E7F69. Grayscale: #7D7D7D. Windows color (decimal): -9338730 or 9863281. OLE color: 9863281.

HSL color Cylindrical-coordinate representation of color #718096: hue angle of 215.68º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #718096 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB113128150-
CMYK0.250.1500.41
HSL215.68º14.98%51.57%-
HSV(B)215.68º24.67%58.82%-
XYZ20.0321.1531.88-
YUV126.02141.53118.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 150 (58.98% from 255) = 38.36%
R=28.90%
G=32.74%
B=38.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131281500.250.1500.41215.6814.9851.57
Hex71809619F029d8f34
Octal16120022631170513301764
Binary111000110000000100101101100111110101001110110001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718096; }

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

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

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

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

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

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

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

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