Html Css Color HEX #717F99 Slate Grey

📋 copy color: '#717F99'

red 113 ◦ green 127 ◦ blue 153

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

Shades of Slate Grey #717F99

Tints of Slate Grey #717F99

RGB

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

 GREEN value IS 127 (50% from 255) = 32.32%

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 28.75%
G = 32.32%
B = 38.93%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#717F99 (or 0x717F99) is known color: Slate Grey. HEX triplet: 71, 7F and 99. RGB value is (113,127,153). Sum of RGB (Red+Green+Blue) = 113+127+153=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #717F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F99 is #8E8066. Grayscale: #7D7D7D. Windows color (decimal): -9338983 or 10059633. OLE color: 10059633.

HSL color Cylindrical-coordinate representation of color #717F99: hue angle of 219º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717F99 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 127 153 -
CMYK 0.26 0.17 0 0.4
HSL 219º 0.16% 0.52% -
HSV(B) 219º 0.26% 0.6% -
XYZ 20.15 20.99 33.13 -
YUV 125.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 113 127 153 0.26 0.17 0 0.4 219 0.16 0.52
Hex 71 7F 99 1A 11 0 28 DB 10 34
Octal 161 177 231 32 21 0 50 333 20 64
Binary 1110001 1111111 10011001 11010 10001 0 101000 11011011 10000 110100

Color Harmonies of #717F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F99

Black with #717F99

Text Example


Text Example

White with #717F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,127,153); }

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

background-color css

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

 a { background-color: rgb(113,127,153); }

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

border-color css

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

 span { border-color: rgb(113,127,153); }

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