Html Css Color HEX #717D95 Slate Grey

📋 copy color: '#717D95'

red 113 ◦ green 125 ◦ blue 149

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

Shades of Slate Grey #717D95

Tints of Slate Grey #717D95

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 29.2%
G = 32.3%
B = 38.5%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717D95 (or 0x717D95) is known color: Slate Grey. HEX triplet: 71, 7D and 95. RGB value is (113,125,149). Sum of RGB (Red+Green+Blue) = 113+125+149=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #717D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D95 is #8E826A. Grayscale: #7C7C7C. Windows color (decimal): -9339499 or 9796977. OLE color: 9796977.

HSL color Cylindrical-coordinate representation of color #717D95: hue angle of 220º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #717D95 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 125 149 -
CMYK 0.24 0.16 0 0.42
HSL 220º 0.15% 0.51% -
HSV(B) 220º 0.24% 0.58% -
XYZ 19.57 20.35 31.33 -
YUV 124.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 113 125 149 0.24 0.16 0 0.42 220 0.15 0.51
Hex 71 7D 95 18 10 0 2A DC F 33
Octal 161 175 225 30 20 0 52 334 17 63
Binary 1110001 1111101 10010101 11000 10000 0 101010 11011100 1111 110011

Color Harmonies of #717D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717D95

Black with #717D95

Text Example


Text Example

White with #717D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,125,149); }

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

background-color css

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

 a { background-color: rgb(113,125,149); }

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

border-color css

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

 span { border-color: rgb(113,125,149); }

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