Html Css Color HEX #718799 Light Slate Grey

📋 copy color: '#718799'

red 113 ◦ green 135 ◦ blue 153

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

Shades of Light Slate Grey #718799

Tints of Light Slate Grey #718799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.67%

 BLUE value IS 153 (60.16% from 255) = 38.15%

R = 28.18%
G = 33.67%
B = 38.15%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#718799 (or 0x718799) is known color: Light Slate Grey. HEX triplet: 71, 87 and 99. RGB value is (113,135,153). Sum of RGB (Red+Green+Blue) = 113+135+153=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #718799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718799 is #8E7866. Grayscale: #828282. Windows color (decimal): -9336935 or 10061681. OLE color: 10061681.

HSL color Cylindrical-coordinate representation of color #718799: hue angle of 207º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #718799 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 135 153 -
CMYK 0.26 0.12 0 0.4
HSL 207º 0.16% 0.52% -
HSV(B) 207º 0.26% 0.6% -
XYZ 21.22 23.14 33.48 -
YUV 130.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 113 135 153 0.26 0.12 0 0.4 207 0.16 0.52
Hex 71 87 99 1A C 0 28 CF 10 34
Octal 161 207 231 32 14 0 50 317 20 64
Binary 1110001 10000111 10011001 11010 1100 0 101000 11001111 10000 110100

Color Harmonies of #718799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718799

Black with #718799

Text Example


Text Example

White with #718799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718799; }

 p { color: rgb(113,135,153); }

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

background-color css

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

 a { background-color: rgb(113,135,153); }

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

border-color css

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

 span { border-color: rgb(113,135,153); }

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