#718498

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

Shades of Light Slate Grey #718498

Tints of Light Slate Grey #718498

Color information

#718498 (or 0x718498) is unknown color: approx Light Slate Grey. HEX triplet: 71, 84 and 98. RGB value is (113,132,152). Sum of RGB (Red+Green+Blue) = 113+132+152=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #718498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718498 is #8E7B67. Grayscale: #808080. Windows color (decimal): -9337704 or 9995377. OLE color: 9995377.

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

Color convert

RGB113132152-
CMYK0.260.1300.40
HSL210.77º15.92%51.96%-
HSV(B)210.77º25.66%59.61%-
XYZ20.7322.2832.91-
YUV128.6141.21116.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=28.46%
G=33.25%
B=38.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131321520.260.1300.40210.7715.9251.96
Hex7184981AD028d31034
Octal16120423032150503232064
Binary1110001100001001001100011010110101010001101001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718498; }

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

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

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

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

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

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

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

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