#718195

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

Shades of Slate Grey #718195

Tints of Slate Grey #718195

Color information

#718195 (or 0x718195) is unknown color: approx Slate Grey. HEX triplet: 71, 81 and 95. RGB value is (113,129,149). Sum of RGB (Red+Green+Blue) = 113+129+149=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #718195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718195 is #8E7E6A. Grayscale: #7E7E7E. Windows color (decimal): -9338475 or 9798001. OLE color: 9798001.

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

Color convert

RGB113129149-
CMYK0.240.1300.42
HSL213.33º14.52%51.37%-
HSV(B)213.33º24.16%58.43%-
XYZ20.0921.3831.5-
YUV126.5140.7118.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=28.90%
G=32.99%
B=38.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131291490.240.1300.42213.3314.5251.37
Hex71819518D02Ad5f33
Octal16120122530150523251763
Binary111000110000001100101011100011010101010110101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718195; }

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

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

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

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

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

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

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

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