Html Css Color HEX #717B85 Slate Grey

📋 copy color: '#717B85'

red 113 ◦ green 123 ◦ blue 133

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

Shades of Slate Grey #717B85

Tints of Slate Grey #717B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.33%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 30.62%
G = 33.33%
B = 36.04%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717B85 (or 0x717B85) is known color: Slate Grey. HEX triplet: 71, 7B and 85. RGB value is (113,123,133). Sum of RGB (Red+Green+Blue) = 113+123+133=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #717B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B85 is #8E847A. Grayscale: #797979. Windows color (decimal): -9340027 or 8747889. OLE color: 8747889.

HSL color Cylindrical-coordinate representation of color #717B85: hue angle of 210º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717B85 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 123 133 -
CMYK 0.15 0.08 0 0.48
HSL 210º 0.08% 0.48% -
HSV(B) 210º 0.15% 0.52% -
XYZ 18.13 19.37 24.97 -
YUV 121.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 113 123 133 0.15 0.08 0 0.48 210 0.08 0.48
Hex 71 7B 85 F 8 0 30 D2 8 30
Octal 161 173 205 17 10 0 60 322 10 60
Binary 1110001 1111011 10000101 1111 1000 0 110000 11010010 1000 110000

Color Harmonies of #717B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717B85

Black with #717B85

Text Example


Text Example

White with #717B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,123,133); }

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

background-color css

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

 a { background-color: rgb(113,123,133); }

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

border-color css

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

 span { border-color: rgb(113,123,133); }

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