Shades of Light Slate Grey #718399
Tints of Light Slate Grey #718399
RGB
CMYK
RGB Variations
Color information
#718399 (or 0x718399) is known color: 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
| RGB | 113 | 131 | 153 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.4 |
| HSL | 213º | 0.16% | 0.52% | - |
| HSV(B) | 213º | 0.26% | 0.6% | - |
| XYZ | 20.68 | 22.04 | 33.3 | - |
| YUV | 128.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 153 | 0.26 | 0.14 | 0 | 0.4 | 213 | 0.16 | 0.52 |
| Hex | 71 | 83 | 99 | 1A | E | 0 | 28 | D5 | 10 | 34 |
| Octal | 161 | 203 | 231 | 32 | 16 | 0 | 50 | 325 | 20 | 64 |
| Binary | 1110001 | 10000011 | 10011001 | 11010 | 1110 | 0 | 101000 | 11010101 | 10000 | 110100 |
Color Harmonies of #718399
Complementary color
Monochromatic Colors of #718399
Black with #718399
Text Example
Text Example
White with #718399
Text Example
Text Example
HTML Codes & Css Web 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>