Html Css Color HEX #717B94 Slate Grey

📋 copy color: '#717B94'

red 113 ◦ green 123 ◦ blue 148

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

Shades of Slate Grey #717B94

Tints of Slate Grey #717B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.54%

R = 29.43%
G = 32.03%
B = 38.54%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717B94 (or 0x717B94) is known color: Slate Grey. HEX triplet: 71, 7B and 94. RGB value is (113,123,148). Sum of RGB (Red+Green+Blue) = 113+123+148=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #717B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B94 is #8E846B. Grayscale: #7A7A7A. Windows color (decimal): -9340012 or 9730929. OLE color: 9730929.

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

Color convert

RGB 113 123 148 -
CMYK 0.24 0.17 0 0.42
HSL 222.86º 0.14% 0.51% -
HSV(B) 222.86º 0.24% 0.58% -
XYZ 19.24 19.81 30.83 -
YUV 122.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 113 123 148 0.24 0.17 0 0.42 222.86 0.14 0.51
Hex 71 7B 94 18 11 0 2A DF E 33
Octal 161 173 224 30 21 0 52 337 16 63
Binary 1110001 1111011 10010100 11000 10001 0 101010 11011111 1110 110011

Color Harmonies of #717B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717B94

Black with #717B94

Text Example


Text Example

White with #717B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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