Html Css Color HEX #717F8B Slate Grey

📋 copy color: '#717F8B'

red 113 ◦ green 127 ◦ blue 139

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

Shades of Slate Grey #717F8B

Tints of Slate Grey #717F8B

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 29.82%
G = 33.51%
B = 36.68%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#717F8B (or 0x717F8B) is known color: Slate Grey. HEX triplet: 71, 7F and 8B. RGB value is (113,127,139). Sum of RGB (Red+Green+Blue) = 113+127+139=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #717F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F8B is #8E8074. Grayscale: #7C7C7C. Windows color (decimal): -9338997 or 9142129. OLE color: 9142129.

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

Color convert

RGB 113 127 139 -
CMYK 0.19 0.09 0 0.45
HSL 207.69º 0.1% 0.49% -
HSV(B) 207.69º 0.19% 0.55% -
XYZ 19.06 20.55 27.39 -
YUV 124.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 113 127 139 0.19 0.09 0 0.45 207.69 0.1 0.49
Hex 71 7F 8B 13 9 0 2D D0 A 31
Octal 161 177 213 23 11 0 55 320 12 61
Binary 1110001 1111111 10001011 10011 1001 0 101101 11010000 1010 110001

Color Harmonies of #717F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F8B

Black with #717F8B

Text Example


Text Example

White with #717F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,127,139); }

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

background-color css

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

 a { background-color: rgb(113,127,139); }

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

border-color css

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

 span { border-color: rgb(113,127,139); }

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