Html Css Color HEX #717F97 Slate Grey

📋 copy color: '#717F97'

red 113 ◦ green 127 ◦ blue 151

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

Shades of Slate Grey #717F97

Tints of Slate Grey #717F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.62%

R = 28.9%
G = 32.48%
B = 38.62%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#717F97 (or 0x717F97) is known color: Slate Grey. HEX triplet: 71, 7F and 97. RGB value is (113,127,151). Sum of RGB (Red+Green+Blue) = 113+127+151=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 151 - color contains mainly: blue. Hex color #717F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F97 is #8E8068. Grayscale: #7D7D7D. Windows color (decimal): -9338985 or 9928561. OLE color: 9928561.

HSL color Cylindrical-coordinate representation of color #717F97: hue angle of 217.89º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717F97 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 127 151 -
CMYK 0.25 0.16 0 0.41
HSL 217.89º 0.15% 0.52% -
HSV(B) 217.89º 0.25% 0.59% -
XYZ 19.99 20.92 32.26 -
YUV 125.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 113 127 151 0.25 0.16 0 0.41 217.89 0.15 0.52
Hex 71 7F 97 19 10 0 29 DA F 34
Octal 161 177 227 31 20 0 51 332 17 64
Binary 1110001 1111111 10010111 11001 10000 0 101001 11011010 1111 110100

Color Harmonies of #717F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F97

Black with #717F97

Text Example


Text Example

White with #717F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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