Shades of Slate Grey #73818F
Tints of Slate Grey #73818F
RGB
CMYK
RGB Variations
Color information
#73818F (or 0x73818F) is known color: Slate Grey. HEX triplet: 73, 81 and 8F. RGB value is (115,129,143). Sum of RGB (Red+Green+Blue) = 115+129+143=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 143 - color contains mainly: blue. Hex color #73818F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73818F is #8C7E70. Grayscale: #7E7E7E. Windows color (decimal): -9207409 or 9404787. OLE color: 9404787.
HSL color Cylindrical-coordinate representation of color #73818F: hue angle of 210º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73818F is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 129 | 143 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.44 |
| HSL | 210º | 0.11% | 0.51% | - |
| HSV(B) | 210º | 0.2% | 0.56% | - |
| XYZ | 19.88 | 21.33 | 29.06 | - |
| YUV | 126.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 143 | 0.20 | 0.10 | 0 | 0.44 | 210 | 0.11 | 0.51 |
| Hex | 73 | 81 | 8F | 14 | A | 0 | 2C | D2 | B | 33 |
| Octal | 163 | 201 | 217 | 24 | 12 | 0 | 54 | 322 | 13 | 63 |
| Binary | 1110011 | 10000001 | 10001111 | 10100 | 1010 | 0 | 101100 | 11010010 | 1011 | 110011 |
Color Harmonies of #73818F
Complementary color
Monochromatic Colors of #73818F
Black with #73818F
Text Example
Text Example
White with #73818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73818F; }
p { color: rgb(115,129,143); }
H1.HeaderClassName
{
color: #73818F;
}
.AnyTagClassName
{
color: #73818F;
}
</style>
background-color css
<style>
a { background-color: #73818F; }
a { background-color: rgb(115,129,143); }
div.DivClassName
{
background-color: #73818F;
}
.BgClassName
{
background-color: #73818F;
}
</style>
border-color css
<style>
span { border-color: #73818F; }
span { border-color: rgb(115,129,143); }
td.TdClassName
{
border-color: #73818F;
}
.TagClassName
{
border-color: #73818F;
}
</style>