#717F8E

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

Shades of Slate Grey #717F8E

Tints of Slate Grey #717F8E

Color information

#717F8E (or 0x717F8E) is unknown color: approx Slate Grey. HEX triplet: 71, 7F and 8E. RGB value is (113,127,142). Sum of RGB (Red+Green+Blue) = 113+127+142=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 142 - color contains mainly: blue. Hex color #717F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F8E is #8E8071. Grayscale: #7C7C7C. Windows color (decimal): -9338994 or 9338737. OLE color: 9338737.

HSL color Cylindrical-coordinate representation of color #717F8E: hue angle of 211.03º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #717F8E is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB113127142-
CMYK0.200.1100.44
HSL211.03º11.37%50%-
HSV(B)211.03º20.42%55.69%-
XYZ19.2820.6428.56-
YUV124.52137.86119.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 142 (55.86% from 255) = 37.17%
R=29.58%
G=33.25%
B=37.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131271420.200.1100.44211.0311.3750
Hex717F8E14B02Cd3b32
Octal16117721624130543231362
Binary11100011111111100011101010010110101100110100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,127,142); }

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

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

 a { background-color: rgb(113,127,142); }

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

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

 span { border-color: rgb(113,127,142); }

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