Html Css Color HEX #717C93 Slate Grey

📋 copy color: '#717C93'

red 113 ◦ green 124 ◦ blue 147

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

Shades of Slate Grey #717C93

Tints of Slate Grey #717C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.29%

 BLUE value IS 147 (57.81% from 255) = 38.28%

R = 29.43%
G = 32.29%
B = 38.28%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717C93 (or 0x717C93) is known color: Slate Grey. HEX triplet: 71, 7C and 93. RGB value is (113,124,147). Sum of RGB (Red+Green+Blue) = 113+124+147=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #717C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C93 is #8E836C. Grayscale: #7B7B7B. Windows color (decimal): -9339757 or 9665649. OLE color: 9665649.

HSL color Cylindrical-coordinate representation of color #717C93: hue angle of 220.59º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #717C93 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 124 147 -
CMYK 0.23 0.16 0 0.42
HSL 220.59º 0.14% 0.51% -
HSV(B) 220.59º 0.23% 0.58% -
XYZ 19.28 20.03 30.45 -
YUV 123.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 113 124 147 0.23 0.16 0 0.42 220.59 0.14 0.51
Hex 71 7C 93 17 10 0 2A DD E 33
Octal 161 174 223 27 20 0 52 335 16 63
Binary 1110001 1111100 10010011 10111 10000 0 101010 11011101 1110 110011

Color Harmonies of #717C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C93

Black with #717C93

Text Example


Text Example

White with #717C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,124,147); }

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

background-color css

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

 a { background-color: rgb(113,124,147); }

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

border-color css

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

 span { border-color: rgb(113,124,147); }

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