Shades of Slate Grey #737D8C
Tints of Slate Grey #737D8C
RGB
CMYK
RGB Variations
Color information
#737D8C (or 0x737D8C) is known color: Slate Grey. HEX triplet: 73, 7D and 8C. RGB value is (115,125,140). Sum of RGB (Red+Green+Blue) = 115+125+140=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #737D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737D8C is #8C8273. Grayscale: #7B7B7B. Windows color (decimal): -9208436 or 9207155. OLE color: 9207155.
HSL color Cylindrical-coordinate representation of color #737D8C: hue angle of 216º 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 #737D8C is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 125 | 140 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.45 |
| HSL | 216º | 0.1% | 0.5% | - |
| HSV(B) | 216º | 0.18% | 0.55% | - |
| XYZ | 19.14 | 20.21 | 27.7 | - |
| YUV | 123.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 140 | 0.18 | 0.11 | 0 | 0.45 | 216 | 0.1 | 0.5 |
| Hex | 73 | 7D | 8C | 12 | B | 0 | 2D | D8 | A | 32 |
| Octal | 163 | 175 | 214 | 22 | 13 | 0 | 55 | 330 | 12 | 62 |
| Binary | 1110011 | 1111101 | 10001100 | 10010 | 1011 | 0 | 101101 | 11011000 | 1010 | 110010 |
Color Harmonies of #737D8C
Complementary color
Monochromatic Colors of #737D8C
Black with #737D8C
Text Example
Text Example
White with #737D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D8C; }
p { color: rgb(115,125,140); }
H1.HeaderClassName
{
color: #737D8C;
}
.AnyTagClassName
{
color: #737D8C;
}
</style>
background-color css
<style>
a { background-color: #737D8C; }
a { background-color: rgb(115,125,140); }
div.DivClassName
{
background-color: #737D8C;
}
.BgClassName
{
background-color: #737D8C;
}
</style>
border-color css
<style>
span { border-color: #737D8C; }
span { border-color: rgb(115,125,140); }
td.TdClassName
{
border-color: #737D8C;
}
.TagClassName
{
border-color: #737D8C;
}
</style>