Shades of Light Slate Grey #728899
Tints of Light Slate Grey #728899
RGB
CMYK
RGB Variations
Color information
#728899 (or 0x728899) is known color: Light Slate Grey. HEX triplet: 72, 88 and 99. RGB value is (114,136,153). Sum of RGB (Red+Green+Blue) = 114+136+153=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #728899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728899 is #8D7766. Grayscale: #838383. Windows color (decimal): -9271143 or 10061938. OLE color: 10061938.
HSL color Cylindrical-coordinate representation of color #728899: hue angle of 206.15º 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 #728899 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 136 | 153 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.4 |
| HSL | 206.15º | 0.16% | 0.52% | - |
| HSV(B) | 206.15º | 0.25% | 0.6% | - |
| XYZ | 21.49 | 23.49 | 33.54 | - |
| YUV | 131.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 153 | 0.25 | 0.11 | 0 | 0.4 | 206.15 | 0.16 | 0.52 |
| Hex | 72 | 88 | 99 | 19 | B | 0 | 28 | CE | 10 | 34 |
| Octal | 162 | 210 | 231 | 31 | 13 | 0 | 50 | 316 | 20 | 64 |
| Binary | 1110010 | 10001000 | 10011001 | 11001 | 1011 | 0 | 101000 | 11001110 | 10000 | 110100 |
Color Harmonies of #728899
Complementary color
Monochromatic Colors of #728899
Black with #728899
Text Example
Text Example
White with #728899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728899; }
p { color: rgb(114,136,153); }
H1.HeaderClassName
{
color: #728899;
}
.AnyTagClassName
{
color: #728899;
}
</style>
background-color css
<style>
a { background-color: #728899; }
a { background-color: rgb(114,136,153); }
div.DivClassName
{
background-color: #728899;
}
.BgClassName
{
background-color: #728899;
}
</style>
border-color css
<style>
span { border-color: #728899; }
span { border-color: rgb(114,136,153); }
td.TdClassName
{
border-color: #728899;
}
.TagClassName
{
border-color: #728899;
}
</style>