#717E99

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

Shades of Slate Grey #717E99

Tints of Slate Grey #717E99

Color information

#717E99 (or 0x717E99) is unknown color: approx Slate Grey. HEX triplet: 71, 7E and 99. RGB value is (113,126,153). Sum of RGB (Red+Green+Blue) = 113+126+153=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #717E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E99 is #8E8166. Grayscale: #7D7D7D. Windows color (decimal): -9339239 or 10059377. OLE color: 10059377.

HSL color Cylindrical-coordinate representation of color #717E99: hue angle of 220.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717E99 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB113126153-
CMYK0.260.1800.4
HSL220.5º16.39%52.16%-
HSV(B)220.5º26.14%60%-
XYZ20.0220.7333.08-
YUV125.19143.69119.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=28.83%
G=32.14%
B=39.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131261530.260.1800.4220.516.3952.16
Hex717E991A12028dc1034
Octal16117623132220503342064
Binary1110001111111010011001110101001001010001101110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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