Shades of Slate Grey #737E8F
Tints of Slate Grey #737E8F
RGB
CMYK
RGB Variations
Color information
#737E8F (or 0x737E8F) is known color: Slate Grey. HEX triplet: 73, 7E and 8F. RGB value is (115,126,143). Sum of RGB (Red+Green+Blue) = 115+126+143=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 143 - color contains mainly: blue. Hex color #737E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E8F is #8C8170. Grayscale: #7C7C7C. Windows color (decimal): -9208177 or 9404019. OLE color: 9404019.
HSL color Cylindrical-coordinate representation of color #737E8F: hue angle of 216.43º 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 #737E8F is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 126 | 143 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.44 |
| HSL | 216.43º | 0.11% | 0.51% | - |
| HSV(B) | 216.43º | 0.2% | 0.56% | - |
| XYZ | 19.49 | 20.55 | 28.93 | - |
| YUV | 124.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 143 | 0.20 | 0.12 | 0 | 0.44 | 216.43 | 0.11 | 0.51 |
| Hex | 73 | 7E | 8F | 14 | C | 0 | 2C | D8 | B | 33 |
| Octal | 163 | 176 | 217 | 24 | 14 | 0 | 54 | 330 | 13 | 63 |
| Binary | 1110011 | 1111110 | 10001111 | 10100 | 1100 | 0 | 101100 | 11011000 | 1011 | 110011 |
Color Harmonies of #737E8F
Complementary color
Monochromatic Colors of #737E8F
Black with #737E8F
Text Example
Text Example
White with #737E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737E8F; }
p { color: rgb(115,126,143); }
H1.HeaderClassName
{
color: #737E8F;
}
.AnyTagClassName
{
color: #737E8F;
}
</style>
background-color css
<style>
a { background-color: #737E8F; }
a { background-color: rgb(115,126,143); }
div.DivClassName
{
background-color: #737E8F;
}
.BgClassName
{
background-color: #737E8F;
}
</style>
border-color css
<style>
span { border-color: #737E8F; }
span { border-color: rgb(115,126,143); }
td.TdClassName
{
border-color: #737E8F;
}
.TagClassName
{
border-color: #737E8F;
}
</style>