Html Css Color HEX #718695 Light Slate Grey

📋 copy color: '#718695'

red 113 ◦ green 134 ◦ blue 149

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

Shades of Light Slate Grey #718695

Tints of Light Slate Grey #718695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.84%

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 28.54%
G = 33.84%
B = 37.63%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#718695 (or 0x718695) is known color: Light Slate Grey. HEX triplet: 71, 86 and 95. RGB value is (113,134,149). Sum of RGB (Red+Green+Blue) = 113+134+149=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #718695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718695 is #8E796A. Grayscale: #818181. Windows color (decimal): -9337195 or 9799281. OLE color: 9799281.

HSL color Cylindrical-coordinate representation of color #718695: hue angle of 205º degrees, saturation: 0.15, 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 #718695 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 134 149 -
CMYK 0.24 0.10 0 0.42
HSL 205º 0.15% 0.51% -
HSV(B) 205º 0.24% 0.58% -
XYZ 20.76 22.73 31.73 -
YUV 129.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 113 134 149 0.24 0.10 0 0.42 205 0.15 0.51
Hex 71 86 95 18 A 0 2A CD F 33
Octal 161 206 225 30 12 0 52 315 17 63
Binary 1110001 10000110 10010101 11000 1010 0 101010 11001101 1111 110011

Color Harmonies of #718695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718695

Black with #718695

Text Example


Text Example

White with #718695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718695; }

 p { color: rgb(113,134,149); }

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

background-color css

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

 a { background-color: rgb(113,134,149); }

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

border-color css

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

 span { border-color: rgb(113,134,149); }

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