Shades of Slate Grey #737C97
Tints of Slate Grey #737C97
RGB
CMYK
RGB Variations
Color information
#737C97 (or 0x737C97) is known color: Slate Grey. HEX triplet: 73, 7C and 97. RGB value is (115,124,151). Sum of RGB (Red+Green+Blue) = 115+124+151=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 151 - color contains mainly: blue. Hex color #737C97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737C97 is #8C8368. Grayscale: #7C7C7C. Windows color (decimal): -9208681 or 9927795. OLE color: 9927795.
HSL color Cylindrical-coordinate representation of color #737C97: hue angle of 225º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #737C97 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 124 | 151 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.41 |
| HSL | 225º | 0.15% | 0.52% | - |
| HSV(B) | 225º | 0.24% | 0.59% | - |
| XYZ | 19.86 | 20.29 | 32.15 | - |
| YUV | 124.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 151 | 0.24 | 0.18 | 0 | 0.41 | 225 | 0.15 | 0.52 |
| Hex | 73 | 7C | 97 | 18 | 12 | 0 | 29 | E1 | F | 34 |
| Octal | 163 | 174 | 227 | 30 | 22 | 0 | 51 | 341 | 17 | 64 |
| Binary | 1110011 | 1111100 | 10010111 | 11000 | 10010 | 0 | 101001 | 11100001 | 1111 | 110100 |
Color Harmonies of #737C97
Complementary color
Monochromatic Colors of #737C97
Black with #737C97
Text Example
Text Example
White with #737C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737C97; }
p { color: rgb(115,124,151); }
H1.HeaderClassName
{
color: #737C97;
}
.AnyTagClassName
{
color: #737C97;
}
</style>
background-color css
<style>
a { background-color: #737C97; }
a { background-color: rgb(115,124,151); }
div.DivClassName
{
background-color: #737C97;
}
.BgClassName
{
background-color: #737C97;
}
</style>
border-color css
<style>
span { border-color: #737C97; }
span { border-color: rgb(115,124,151); }
td.TdClassName
{
border-color: #737C97;
}
.TagClassName
{
border-color: #737C97;
}
</style>