Shades of Slate Grey #73818E
Tints of Slate Grey #73818E
RGB
CMYK
RGB Variations
Color information
#73818E (or 0x73818E) is known color: Slate Grey. HEX triplet: 73, 81 and 8E. RGB value is (115,129,142). Sum of RGB (Red+Green+Blue) = 115+129+142=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 142 - color contains mainly: blue. Hex color #73818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73818E is #8C7E71. Grayscale: #7E7E7E. Windows color (decimal): -9207410 or 9339251. OLE color: 9339251.
HSL color Cylindrical-coordinate representation of color #73818E: hue angle of 208.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73818E is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 129 | 142 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.44 |
| HSL | 208.89º | 0.11% | 0.5% | - |
| HSV(B) | 208.89º | 0.19% | 0.56% | - |
| XYZ | 19.8 | 21.3 | 28.66 | - |
| YUV | 126.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 142 | 0.19 | 0.09 | 0 | 0.44 | 208.89 | 0.11 | 0.5 |
| Hex | 73 | 81 | 8E | 13 | 9 | 0 | 2C | D1 | B | 32 |
| Octal | 163 | 201 | 216 | 23 | 11 | 0 | 54 | 321 | 13 | 62 |
| Binary | 1110011 | 10000001 | 10001110 | 10011 | 1001 | 0 | 101100 | 11010001 | 1011 | 110010 |
Color Harmonies of #73818E
Complementary color
Monochromatic Colors of #73818E
Black with #73818E
Text Example
Text Example
White with #73818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73818E; }
p { color: rgb(115,129,142); }
H1.HeaderClassName
{
color: #73818E;
}
.AnyTagClassName
{
color: #73818E;
}
</style>
background-color css
<style>
a { background-color: #73818E; }
a { background-color: rgb(115,129,142); }
div.DivClassName
{
background-color: #73818E;
}
.BgClassName
{
background-color: #73818E;
}
</style>
border-color css
<style>
span { border-color: #73818E; }
span { border-color: rgb(115,129,142); }
td.TdClassName
{
border-color: #73818E;
}
.TagClassName
{
border-color: #73818E;
}
</style>