Shades of Slate Grey #737C95
Tints of Slate Grey #737C95
RGB
CMYK
RGB Variations
Color information
#737C95 (or 0x737C95) is known color: Slate Grey. HEX triplet: 73, 7C and 95. RGB value is (115,124,149). Sum of RGB (Red+Green+Blue) = 115+124+149=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #737C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737C95 is #8C836A. Grayscale: #7C7C7C. Windows color (decimal): -9208683 or 9796723. OLE color: 9796723.
HSL color Cylindrical-coordinate representation of color #737C95: hue angle of 224.12º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #737C95 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 124 | 149 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.42 |
| HSL | 224.12º | 0.14% | 0.52% | - |
| HSV(B) | 224.12º | 0.23% | 0.58% | - |
| XYZ | 19.7 | 20.23 | 31.3 | - |
| YUV | 124.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 149 | 0.23 | 0.17 | 0 | 0.42 | 224.12 | 0.14 | 0.52 |
| Hex | 73 | 7C | 95 | 17 | 11 | 0 | 2A | E0 | E | 34 |
| Octal | 163 | 174 | 225 | 27 | 21 | 0 | 52 | 340 | 16 | 64 |
| Binary | 1110011 | 1111100 | 10010101 | 10111 | 10001 | 0 | 101010 | 11100000 | 1110 | 110100 |
Color Harmonies of #737C95
Complementary color
Monochromatic Colors of #737C95
Black with #737C95
Text Example
Text Example
White with #737C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737C95; }
p { color: rgb(115,124,149); }
H1.HeaderClassName
{
color: #737C95;
}
.AnyTagClassName
{
color: #737C95;
}
</style>
background-color css
<style>
a { background-color: #737C95; }
a { background-color: rgb(115,124,149); }
div.DivClassName
{
background-color: #737C95;
}
.BgClassName
{
background-color: #737C95;
}
</style>
border-color css
<style>
span { border-color: #737C95; }
span { border-color: rgb(115,124,149); }
td.TdClassName
{
border-color: #737C95;
}
.TagClassName
{
border-color: #737C95;
}
</style>