Html Css Color HEX #717E8A Slate Grey

📋 copy color: '#717E8A'

red 113 ◦ green 126 ◦ blue 138

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

Shades of Slate Grey #717E8A

Tints of Slate Grey #717E8A

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.3% from 255) = 36.6%

R = 29.97%
G = 33.42%
B = 36.6%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#717E8A (or 0x717E8A) is known color: 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

RGB 113 126 138 -
CMYK 0.18 0.09 0 0.46
HSL 208.8º 0.1% 0.49% -
HSV(B) 208.8º 0.18% 0.54% -
XYZ 18.86 20.27 26.96 -
YUV 123.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 113 126 138 0.18 0.09 0 0.46 208.8 0.1 0.49
Hex 71 7E 8A 12 9 0 2E D1 A 31
Octal 161 176 212 22 11 0 56 321 12 61
Binary 1110001 1111110 10001010 10010 1001 0 101110 11010001 1010 110001

Color Harmonies of #717E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E8A

Black with #717E8A

Text Example


Text Example

White with #717E8A

Text Example


Text Example

HTML Codes & Css Web 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>