Shades of Light Slate Grey #728299
Tints of Light Slate Grey #728299
RGB
CMYK
RGB Variations
Color information
#728299 (or 0x728299) is known color: Light Slate Grey. HEX triplet: 72, 82 and 99. RGB value is (114,130,153). Sum of RGB (Red+Green+Blue) = 114+130+153=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 130 (51.17% from 255 or 32.75% 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 #728299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728299 is #8D7D66. Grayscale: #7F7F7F. Windows color (decimal): -9272679 or 10060402. OLE color: 10060402.
HSL color Cylindrical-coordinate representation of color #728299: hue angle of 215.38º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #728299 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 130 | 153 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.4 |
| HSL | 215.38º | 0.16% | 0.52% | - |
| HSV(B) | 215.38º | 0.25% | 0.6% | - |
| XYZ | 20.67 | 21.84 | 33.26 | - |
| YUV | 127.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 153 | 0.25 | 0.15 | 0 | 0.4 | 215.38 | 0.16 | 0.52 |
| Hex | 72 | 82 | 99 | 19 | F | 0 | 28 | D7 | 10 | 34 |
| Octal | 162 | 202 | 231 | 31 | 17 | 0 | 50 | 327 | 20 | 64 |
| Binary | 1110010 | 10000010 | 10011001 | 11001 | 1111 | 0 | 101000 | 11010111 | 10000 | 110100 |
Color Harmonies of #728299
Complementary color
Monochromatic Colors of #728299
Black with #728299
Text Example
Text Example
White with #728299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728299; }
p { color: rgb(114,130,153); }
H1.HeaderClassName
{
color: #728299;
}
.AnyTagClassName
{
color: #728299;
}
</style>
background-color css
<style>
a { background-color: #728299; }
a { background-color: rgb(114,130,153); }
div.DivClassName
{
background-color: #728299;
}
.BgClassName
{
background-color: #728299;
}
</style>
border-color css
<style>
span { border-color: #728299; }
span { border-color: rgb(114,130,153); }
td.TdClassName
{
border-color: #728299;
}
.TagClassName
{
border-color: #728299;
}
</style>