Html Css Color HEX #717E8C Slate Grey

📋 copy color: '#717E8C'

red 113 ◦ green 126 ◦ blue 140

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

Shades of Slate Grey #717E8C

Tints of Slate Grey #717E8C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 29.82%
G = 33.25%
B = 36.94%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#717E8C (or 0x717E8C) is known color: Slate Grey. HEX triplet: 71, 7E and 8C. RGB value is (113,126,140). Sum of RGB (Red+Green+Blue) = 113+126+140=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #717E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E8C is #8E8173. Grayscale: #7B7B7B. Windows color (decimal): -9339252 or 9207409. OLE color: 9207409.

HSL color Cylindrical-coordinate representation of color #717E8C: hue angle of 211.11º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #717E8C is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 126 140 -
CMYK 0.19 0.10 0 0.45
HSL 211.11º 0.11% 0.5% -
HSV(B) 211.11º 0.19% 0.55% -
XYZ 19 20.33 27.73 -
YUV 123.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 113 126 140 0.19 0.10 0 0.45 211.11 0.11 0.5
Hex 71 7E 8C 13 A 0 2D D3 B 32
Octal 161 176 214 23 12 0 55 323 13 62
Binary 1110001 1111110 10001100 10011 1010 0 101101 11010011 1011 110010

Color Harmonies of #717E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E8C

Black with #717E8C

Text Example


Text Example

White with #717E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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