Shades of Slate Grey #728296
Tints of Slate Grey #728296
RGB
CMYK
RGB Variations
Color information
#728296 (or 0x728296) is known color: Slate Grey. HEX triplet: 72, 82 and 96. RGB value is (114,130,150). Sum of RGB (Red+Green+Blue) = 114+130+150=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #728296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728296 is #8D7D69. Grayscale: #7F7F7F. Windows color (decimal): -9272682 or 9863794. OLE color: 9863794.
HSL color Cylindrical-coordinate representation of color #728296: hue angle of 213.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #728296 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 130 | 150 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.41 |
| HSL | 213.33º | 0.15% | 0.52% | - |
| HSV(B) | 213.33º | 0.24% | 0.59% | - |
| XYZ | 20.43 | 21.74 | 31.97 | - |
| YUV | 127.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 150 | 0.24 | 0.13 | 0 | 0.41 | 213.33 | 0.15 | 0.52 |
| Hex | 72 | 82 | 96 | 18 | D | 0 | 29 | D5 | F | 34 |
| Octal | 162 | 202 | 226 | 30 | 15 | 0 | 51 | 325 | 17 | 64 |
| Binary | 1110010 | 10000010 | 10010110 | 11000 | 1101 | 0 | 101001 | 11010101 | 1111 | 110100 |
Color Harmonies of #728296
Complementary color
Monochromatic Colors of #728296
Black with #728296
Text Example
Text Example
White with #728296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728296; }
p { color: rgb(114,130,150); }
H1.HeaderClassName
{
color: #728296;
}
.AnyTagClassName
{
color: #728296;
}
</style>
background-color css
<style>
a { background-color: #728296; }
a { background-color: rgb(114,130,150); }
div.DivClassName
{
background-color: #728296;
}
.BgClassName
{
background-color: #728296;
}
</style>
border-color css
<style>
span { border-color: #728296; }
span { border-color: rgb(114,130,150); }
td.TdClassName
{
border-color: #728296;
}
.TagClassName
{
border-color: #728296;
}
</style>