#717D88

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

Shades of Slate Grey #717D88

Tints of Slate Grey #717D88

Color information

#717D88 (or 0x717D88) is unknown color: approx Slate Grey. HEX triplet: 71, 7D and 88. RGB value is (113,125,136). Sum of RGB (Red+Green+Blue) = 113+125+136=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 136 - color contains mainly: blue. Hex color #717D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D88 is #8E8277. Grayscale: #7A7A7A. Windows color (decimal): -9339512 or 8945009. OLE color: 8945009.

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

Color convert

RGB113125136-
CMYK0.170.0800.47
HSL208.7º9.24%48.82%-
HSV(B)208.7º16.91%53.33%-
XYZ18.5919.9626.16-
YUV122.67135.52121.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 125 (49.22% from 255) = 33.42%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=30.21%
G=33.42%
B=36.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131251360.170.0800.47208.79.2448.82
Hex717D8811802Fd1931
Octal16117521021100573211161
Binary11100011111101100010001000110000101111110100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,125,136); }

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

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

 a { background-color: rgb(113,125,136); }

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

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

 span { border-color: rgb(113,125,136); }

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