#718495

Color #718495 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #718495

Tints of Slate Grey #718495

Color information

#718495 (or 0x718495) is unknown color: approx Slate Grey. HEX triplet: 71, 84 and 95. RGB value is (113,132,149). Sum of RGB (Red+Green+Blue) = 113+132+149=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #718495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718495 is #8E7B6A. Grayscale: #808080. Windows color (decimal): -9337707 or 9798769. OLE color: 9798769.

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

Color convert

RGB113132149-
CMYK0.240.1100.42
HSL208.33º14.52%51.37%-
HSV(B)208.33º24.16%58.43%-
XYZ20.4922.1831.64-
YUV128.26139.71117.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=28.68%
G=33.50%
B=37.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131321490.240.1100.42208.3314.5251.37
Hex71849518B02Ad0f33
Octal16120422530130523201763
Binary111000110000100100101011100010110101010110100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718495; }

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

 H1.HeaderClassName
 {
   color: #718495;
 }
 .AnyTagClassName
 {
   color: #718495;
 }
</style>
background-color css

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

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

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

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

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

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