#718299

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

Shades of Light Slate Grey #718299

Tints of Light Slate Grey #718299

Color information

#718299 (or 0x718299) is unknown color: approx Light Slate Grey. HEX triplet: 71, 82 and 99. RGB value is (113,130,153). Sum of RGB (Red+Green+Blue) = 113+130+153=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #718299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718299 is #8E7D66. Grayscale: #7F7F7F. Windows color (decimal): -9338215 or 10060401. OLE color: 10060401.

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

Color convert

RGB113130153-
CMYK0.260.1500.4
HSL214.5º16.39%52.16%-
HSV(B)214.5º26.14%60%-
XYZ20.5421.7833.26-
YUV127.54142.37117.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 153 (60.16% from 255) = 38.64%
R=28.54%
G=32.83%
B=38.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131301530.260.1500.4214.516.3952.16
Hex7182991AF028d61034
Octal16120223132170503262064
Binary1110001100000101001100111010111101010001101011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718299; }

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

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

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

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

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

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

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

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