Html Css Color HEX #717E95 Slate Grey

📋 copy color: '#717E95'

red 113 ◦ green 126 ◦ blue 149

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

Shades of Slate Grey #717E95

Tints of Slate Grey #717E95

RGB

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

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

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

R = 29.12%
G = 32.47%
B = 38.4%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717E95 (or 0x717E95) is known color: Slate Grey. HEX triplet: 71, 7E and 95. RGB value is (113,126,149). Sum of RGB (Red+Green+Blue) = 113+126+149=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #717E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E95 is #8E816A. Grayscale: #7C7C7C. Windows color (decimal): -9339243 or 9797233. OLE color: 9797233.

HSL color Cylindrical-coordinate representation of color #717E95: hue angle of 218.33º 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 #717E95 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 126 149 -
CMYK 0.24 0.15 0 0.42
HSL 218.33º 0.15% 0.51% -
HSV(B) 218.33º 0.24% 0.58% -
XYZ 19.7 20.6 31.37 -
YUV 124.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 113 126 149 0.24 0.15 0 0.42 218.33 0.15 0.51
Hex 71 7E 95 18 F 0 2A DA F 33
Octal 161 176 225 30 17 0 52 332 17 63
Binary 1110001 1111110 10010101 11000 1111 0 101010 11011010 1111 110011

Color Harmonies of #717E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E95

Black with #717E95

Text Example


Text Example

White with #717E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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