Html Css Color HEX #717E93 Slate Grey

📋 copy color: '#717E93'

red 113 ◦ green 126 ◦ blue 147

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

Shades of Slate Grey #717E93

Tints of Slate Grey #717E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.08%

R = 29.27%
G = 32.64%
B = 38.08%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717E93 (or 0x717E93) is known color: Slate Grey. HEX triplet: 71, 7E and 93. RGB value is (113,126,147). Sum of RGB (Red+Green+Blue) = 113+126+147=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #717E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E93 is #8E816C. Grayscale: #7C7C7C. Windows color (decimal): -9339245 or 9666161. OLE color: 9666161.

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

Color convert

RGB 113 126 147 -
CMYK 0.23 0.14 0 0.42
HSL 217.06º 0.14% 0.51% -
HSV(B) 217.06º 0.23% 0.58% -
XYZ 19.54 20.54 30.54 -
YUV 124.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 113 126 147 0.23 0.14 0 0.42 217.06 0.14 0.51
Hex 71 7E 93 17 E 0 2A D9 E 33
Octal 161 176 223 27 16 0 52 331 16 63
Binary 1110001 1111110 10010011 10111 1110 0 101010 11011001 1110 110011

Color Harmonies of #717E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E93

Black with #717E93

Text Example


Text Example

White with #717E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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