Html Css Color HEX #717C87 Slate Grey

📋 copy color: '#717C87'

red 113 ◦ green 124 ◦ blue 135

#717C87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #717C87

Tints of Slate Grey #717C87

RGB

 RED value IS 113 (44.53% from 255) = 30.38%

 GREEN value IS 124 (48.83% from 255) = 33.33%

 BLUE value IS 135 (53.13% from 255) = 36.29%

R = 30.38%
G = 33.33%
B = 36.29%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#717C87 (or 0x717C87) is known color: Slate Grey. HEX triplet: 71, 7C and 87. RGB value is (113,124,135). Sum of RGB (Red+Green+Blue) = 113+124+135=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 135 - color contains mainly: blue. Hex color #717C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C87 is #8E8378. Grayscale: #797979. Windows color (decimal): -9339769 or 8879217. OLE color: 8879217.

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

Color convert

RGB 113 124 135 -
CMYK 0.16 0.08 0 0.47
HSL 210º 0.09% 0.49% -
HSV(B) 210º 0.16% 0.53% -
XYZ 18.39 19.68 25.75 -
YUV 121.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 113 124 135 0.16 0.08 0 0.47 210 0.09 0.49
Hex 71 7C 87 10 8 0 2F D2 9 31
Octal 161 174 207 20 10 0 57 322 11 61
Binary 1110001 1111100 10000111 10000 1000 0 101111 11010010 1001 110001

Color Harmonies of #717C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C87

Black with #717C87

Text Example


Text Example

White with #717C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,124,135); }

 H1.HeaderClassName
 {
   color: #717C87;
 }
 .AnyTagClassName
 {
   color: #717C87;
 }
</style>

background-color css

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

 a { background-color: rgb(113,124,135); }

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

border-color css

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

 span { border-color: rgb(113,124,135); }

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