Shades of Slate Grey #728291
Tints of Slate Grey #728291
RGB
CMYK
RGB Variations
Color information
#728291 (or 0x728291) is known color: Slate Grey. HEX triplet: 72, 82 and 91. RGB value is (114,130,145). Sum of RGB (Red+Green+Blue) = 114+130+145=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 145 - color contains mainly: blue. Hex color #728291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728291 is #8D7D6E. Grayscale: #7E7E7E. Windows color (decimal): -9272687 or 9536114. OLE color: 9536114.
HSL color Cylindrical-coordinate representation of color #728291: hue angle of 209.03º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728291 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 130 | 145 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.43 |
| HSL | 209.03º | 0.12% | 0.51% | - |
| HSV(B) | 209.03º | 0.21% | 0.57% | - |
| XYZ | 20.03 | 21.59 | 29.9 | - |
| YUV | 126.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 145 | 0.21 | 0.10 | 0 | 0.43 | 209.03 | 0.12 | 0.51 |
| Hex | 72 | 82 | 91 | 15 | A | 0 | 2B | D1 | C | 33 |
| Octal | 162 | 202 | 221 | 25 | 12 | 0 | 53 | 321 | 14 | 63 |
| Binary | 1110010 | 10000010 | 10010001 | 10101 | 1010 | 0 | 101011 | 11010001 | 1100 | 110011 |
Color Harmonies of #728291
Complementary color
Monochromatic Colors of #728291
Black with #728291
Text Example
Text Example
White with #728291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728291; }
p { color: rgb(114,130,145); }
H1.HeaderClassName
{
color: #728291;
}
.AnyTagClassName
{
color: #728291;
}
</style>
background-color css
<style>
a { background-color: #728291; }
a { background-color: rgb(114,130,145); }
div.DivClassName
{
background-color: #728291;
}
.BgClassName
{
background-color: #728291;
}
</style>
border-color css
<style>
span { border-color: #728291; }
span { border-color: rgb(114,130,145); }
td.TdClassName
{
border-color: #728291;
}
.TagClassName
{
border-color: #728291;
}
</style>