Shades of Light Slate Grey #718299
Tints of Light Slate Grey #718299
RGB
CMYK
RGB Variations
Color information
#718299 (or 0x718299) is known color: 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
| RGB | 113 | 130 | 153 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.4 |
| HSL | 214.5º | 0.16% | 0.52% | - |
| HSV(B) | 214.5º | 0.26% | 0.6% | - |
| XYZ | 20.54 | 21.78 | 33.26 | - |
| YUV | 127.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 153 | 0.26 | 0.15 | 0 | 0.4 | 214.5 | 0.16 | 0.52 |
| Hex | 71 | 82 | 99 | 1A | F | 0 | 28 | D6 | 10 | 34 |
| Octal | 161 | 202 | 231 | 32 | 17 | 0 | 50 | 326 | 20 | 64 |
| Binary | 1110001 | 10000010 | 10011001 | 11010 | 1111 | 0 | 101000 | 11010110 | 10000 | 110100 |
Color Harmonies of #718299
Complementary color
Monochromatic Colors of #718299
Black with #718299
Text Example
Text Example
White with #718299
Text Example
Text Example
HTML Codes & Css Web 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>