Shades of Slate Grey #737E8C
Tints of Slate Grey #737E8C
RGB
CMYK
RGB Variations
Color information
#737E8C (or 0x737E8C) is known color: Slate Grey. HEX triplet: 73, 7E and 8C. RGB value is (115,126,140). Sum of RGB (Red+Green+Blue) = 115+126+140=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #737E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E8C is #8C8173. Grayscale: #7C7C7C. Windows color (decimal): -9208180 or 9207411. OLE color: 9207411.
HSL color Cylindrical-coordinate representation of color #737E8C: hue angle of 213.6º 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 #737E8C is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 126 | 140 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.45 |
| HSL | 213.6º | 0.1% | 0.5% | - |
| HSV(B) | 213.6º | 0.18% | 0.55% | - |
| XYZ | 19.26 | 20.46 | 27.74 | - |
| YUV | 124.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 140 | 0.18 | 0.10 | 0 | 0.45 | 213.6 | 0.1 | 0.5 |
| Hex | 73 | 7E | 8C | 12 | A | 0 | 2D | D6 | A | 32 |
| Octal | 163 | 176 | 214 | 22 | 12 | 0 | 55 | 326 | 12 | 62 |
| Binary | 1110011 | 1111110 | 10001100 | 10010 | 1010 | 0 | 101101 | 11010110 | 1010 | 110010 |
Color Harmonies of #737E8C
Complementary color
Monochromatic Colors of #737E8C
Black with #737E8C
Text Example
Text Example
White with #737E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737E8C; }
p { color: rgb(115,126,140); }
H1.HeaderClassName
{
color: #737E8C;
}
.AnyTagClassName
{
color: #737E8C;
}
</style>
background-color css
<style>
a { background-color: #737E8C; }
a { background-color: rgb(115,126,140); }
div.DivClassName
{
background-color: #737E8C;
}
.BgClassName
{
background-color: #737E8C;
}
</style>
border-color css
<style>
span { border-color: #737E8C; }
span { border-color: rgb(115,126,140); }
td.TdClassName
{
border-color: #737E8C;
}
.TagClassName
{
border-color: #737E8C;
}
</style>