Html Css Color HEX #717B91 Slate Grey

📋 copy color: '#717B91'

red 113 ◦ green 123 ◦ blue 145

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

Shades of Slate Grey #717B91

Tints of Slate Grey #717B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.06%

R = 29.66%
G = 32.28%
B = 38.06%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#717B91 (or 0x717B91) is known color: Slate Grey. HEX triplet: 71, 7B and 91. RGB value is (113,123,145). Sum of RGB (Red+Green+Blue) = 113+123+145=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 145 - color contains mainly: blue. Hex color #717B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B91 is #8E846E. Grayscale: #7A7A7A. Windows color (decimal): -9340015 or 9534321. OLE color: 9534321.

HSL color Cylindrical-coordinate representation of color #717B91: hue angle of 221.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #717B91 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 123 145 -
CMYK 0.22 0.15 0 0.43
HSL 221.25º 0.13% 0.51% -
HSV(B) 221.25º 0.22% 0.57% -
XYZ 19 19.72 29.59 -
YUV 122.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 113 123 145 0.22 0.15 0 0.43 221.25 0.13 0.51
Hex 71 7B 91 16 F 0 2B DD D 33
Octal 161 173 221 26 17 0 53 335 15 63
Binary 1110001 1111011 10010001 10110 1111 0 101011 11011101 1101 110011

Color Harmonies of #717B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717B91

Black with #717B91

Text Example


Text Example

White with #717B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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