Html Css Color HEX #717D96 Slate Grey

📋 copy color: '#717D96'

red 113 ◦ green 125 ◦ blue 150

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

Shades of Slate Grey #717D96

Tints of Slate Grey #717D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.66%

R = 29.12%
G = 32.22%
B = 38.66%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#717D96 (or 0x717D96) is known color: Slate Grey. HEX triplet: 71, 7D and 96. RGB value is (113,125,150). Sum of RGB (Red+Green+Blue) = 113+125+150=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #717D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D96 is #8E8269. Grayscale: #7C7C7C. Windows color (decimal): -9339498 or 9862513. OLE color: 9862513.

HSL color Cylindrical-coordinate representation of color #717D96: hue angle of 220.54º 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 #717D96 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 125 150 -
CMYK 0.25 0.17 0 0.41
HSL 220.54º 0.15% 0.52% -
HSV(B) 220.54º 0.25% 0.59% -
XYZ 19.65 20.38 31.75 -
YUV 124.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 113 125 150 0.25 0.17 0 0.41 220.54 0.15 0.52
Hex 71 7D 96 19 11 0 29 DD F 34
Octal 161 175 226 31 21 0 51 335 17 64
Binary 1110001 1111101 10010110 11001 10001 0 101001 11011101 1111 110100

Color Harmonies of #717D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717D96

Black with #717D96

Text Example


Text Example

White with #717D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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