#717D87

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

Shades of Slate Grey #717D87

Tints of Slate Grey #717D87

Color information

#717D87 (or 0x717D87) is unknown color: approx Slate Grey. HEX triplet: 71, 7D and 87. RGB value is (113,125,135). Sum of RGB (Red+Green+Blue) = 113+125+135=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 135 - color contains mainly: blue. Hex color #717D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D87 is #8E8278. Grayscale: #7A7A7A. Windows color (decimal): -9339513 or 8879473. OLE color: 8879473.

HSL color Cylindrical-coordinate representation of color #717D87: hue angle of 207.27º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #717D87 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113125135-
CMYK0.160.0700.47
HSL207.27º8.87%48.63%-
HSV(B)207.27º16.3%52.94%-
XYZ18.5219.9325.79-
YUV122.55135.02121.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 135 (53.12% from 255) = 36.19%
R=30.29%
G=33.51%
B=36.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131251350.160.0700.47207.278.8748.63
Hex717D8710702Fcf931
Octal1611752072070573171161
Binary1110001111110110000111100001110101111110011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717D87; }

 p { color: rgb(113,125,135); }

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

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

 a { background-color: rgb(113,125,135); }

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

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

 span { border-color: rgb(113,125,135); }

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