#718399

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

Shades of Light Slate Grey #718399

Tints of Light Slate Grey #718399

Color information

#718399 (or 0x718399) is unknown color: approx Light Slate Grey. HEX triplet: 71, 83 and 99. RGB value is (113,131,153). Sum of RGB (Red+Green+Blue) = 113+131+153=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #718399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718399 is #8E7C66. Grayscale: #808080. Windows color (decimal): -9337959 or 10060657. OLE color: 10060657.

HSL color Cylindrical-coordinate representation of color #718399: hue angle of 213º 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 #718399 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB113131153-
CMYK0.260.1400.4
HSL213º16.39%52.16%-
HSV(B)213º26.14%60%-
XYZ20.6822.0433.3-
YUV128.13142.04117.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=28.46%
G=33.00%
B=38.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131311530.260.1400.421316.3952.16
Hex7183991AE028d51034
Octal16120323132160503252064
Binary1110001100000111001100111010111001010001101010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718399; }

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

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

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

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

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

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

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

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