#717B86

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

Shades of Slate Grey #717B86

Tints of Slate Grey #717B86

Color information

#717B86 (or 0x717B86) is unknown color: approx Slate Grey. HEX triplet: 71, 7B and 86. RGB value is (113,123,134). Sum of RGB (Red+Green+Blue) = 113+123+134=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 134 - color contains mainly: blue. Hex color #717B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B86 is #8E8479. Grayscale: #797979. Windows color (decimal): -9340026 or 8813425. OLE color: 8813425.

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

Color convert

RGB113123134-
CMYK0.160.0800.47
HSL211.43º8.5%48.43%-
HSV(B)211.43º15.67%52.55%-
XYZ18.219.425.34-
YUV121.26135.19122.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=30.54%
G=33.24%
B=36.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131231340.160.0800.47211.438.548.43
Hex717B8610802Fd3930
Octal16117320620100573231160
Binary11100011111011100001101000010000101111110100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,123,134); }

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

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

 a { background-color: rgb(113,123,134); }

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

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

 span { border-color: rgb(113,123,134); }

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