Shades of Slate Grey #73828D
Tints of Slate Grey #73828D
RGB
CMYK
RGB Variations
Color information
#73828D (or 0x73828D) is known color: Slate Grey. HEX triplet: 73, 82 and 8D. RGB value is (115,130,141). Sum of RGB (Red+Green+Blue) = 115+130+141=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #73828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73828D is #8C7D72. Grayscale: #7E7E7E. Windows color (decimal): -9207155 or 9273971. OLE color: 9273971.
HSL color Cylindrical-coordinate representation of color #73828D: hue angle of 205.38º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73828D is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 130 | 141 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.45 |
| HSL | 205.38º | 0.1% | 0.5% | - |
| HSV(B) | 205.38º | 0.18% | 0.55% | - |
| XYZ | 19.86 | 21.53 | 28.31 | - |
| YUV | 126.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 130 | 141 | 0.18 | 0.08 | 0 | 0.45 | 205.38 | 0.1 | 0.5 |
| Hex | 73 | 82 | 8D | 12 | 8 | 0 | 2D | CD | A | 32 |
| Octal | 163 | 202 | 215 | 22 | 10 | 0 | 55 | 315 | 12 | 62 |
| Binary | 1110011 | 10000010 | 10001101 | 10010 | 1000 | 0 | 101101 | 11001101 | 1010 | 110010 |
Color Harmonies of #73828D
Complementary color
Monochromatic Colors of #73828D
Black with #73828D
Text Example
Text Example
White with #73828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73828D; }
p { color: rgb(115,130,141); }
H1.HeaderClassName
{
color: #73828D;
}
.AnyTagClassName
{
color: #73828D;
}
</style>
background-color css
<style>
a { background-color: #73828D; }
a { background-color: rgb(115,130,141); }
div.DivClassName
{
background-color: #73828D;
}
.BgClassName
{
background-color: #73828D;
}
</style>
border-color css
<style>
span { border-color: #73828D; }
span { border-color: rgb(115,130,141); }
td.TdClassName
{
border-color: #73828D;
}
.TagClassName
{
border-color: #73828D;
}
</style>