#717B85

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

Shades of Slate Grey #717B85

Tints of Slate Grey #717B85

Color information

#717B85 (or 0x717B85) is unknown color: approx Slate Grey. HEX triplet: 71, 7B and 85. RGB value is (113,123,133). Sum of RGB (Red+Green+Blue) = 113+123+133=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #717B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B85 is #8E847A. Grayscale: #797979. Windows color (decimal): -9340027 or 8747889. OLE color: 8747889.

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

Color convert

RGB113123133-
CMYK0.150.0800.48
HSL210º8.13%48.24%-
HSV(B)210º15.04%52.16%-
XYZ18.1319.3724.97-
YUV121.15134.69122.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 123 (48.44% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=30.62%
G=33.33%
B=36.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131231330.150.0800.482108.1348.24
Hex717B85F8030d2830
Octal16117320517100603221060
Binary1110001111101110000101111110000110000110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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