Html Css Color HEX #717E89 Slate Grey

📋 copy color: '#717E89'

red 113 ◦ green 126 ◦ blue 137

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

Shades of Slate Grey #717E89

Tints of Slate Grey #717E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 30.05%
G = 33.51%
B = 36.44%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#717E89 (or 0x717E89) is known color: Slate Grey. HEX triplet: 71, 7E and 89. RGB value is (113,126,137). Sum of RGB (Red+Green+Blue) = 113+126+137=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 137 - color contains mainly: blue. Hex color #717E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E89 is #8E8176. Grayscale: #7B7B7B. Windows color (decimal): -9339255 or 9010801. OLE color: 9010801.

HSL color Cylindrical-coordinate representation of color #717E89: hue angle of 207.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #717E89 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 126 137 -
CMYK 0.18 0.08 0 0.46
HSL 207.5º 0.1% 0.49% -
HSV(B) 207.5º 0.18% 0.54% -
XYZ 18.79 20.24 26.58 -
YUV 123.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 113 126 137 0.18 0.08 0 0.46 207.5 0.1 0.49
Hex 71 7E 89 12 8 0 2E D0 A 31
Octal 161 176 211 22 10 0 56 320 12 61
Binary 1110001 1111110 10001001 10010 1000 0 101110 11010000 1010 110001

Color Harmonies of #717E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E89

Black with #717E89

Text Example


Text Example

White with #717E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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