#717E8A

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

Shades of Slate Grey #717E8A

Tints of Slate Grey #717E8A

Color information

#717E8A (or 0x717E8A) is unknown color: approx Slate Grey. HEX triplet: 71, 7E and 8A. RGB value is (113,126,138). Sum of RGB (Red+Green+Blue) = 113+126+138=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: blue. Hex color #717E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E8A is #8E8175. Grayscale: #7B7B7B. Windows color (decimal): -9339254 or 9076337. OLE color: 9076337.

HSL color Cylindrical-coordinate representation of color #717E8A: hue angle of 208.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #717E8A is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB113126138-
CMYK0.180.0900.46
HSL208.8º9.96%49.22%-
HSV(B)208.8º18.12%54.12%-
XYZ18.8620.2726.96-
YUV123.48136.19120.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=29.97%
G=33.42%
B=36.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131261380.180.0900.46208.89.9649.22
Hex717E8A12902Ed1a31
Octal16117621222110563211261
Binary11100011111110100010101001010010101110110100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,126,138); }

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

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

 a { background-color: rgb(113,126,138); }

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

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

 span { border-color: rgb(113,126,138); }

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