Shades of Slate Grey #737F97
Tints of Slate Grey #737F97
RGB
CMYK
RGB Variations
Color information
#737F97 (or 0x737F97) is known color: Slate Grey. HEX triplet: 73, 7F and 97. RGB value is (115,127,151). Sum of RGB (Red+Green+Blue) = 115+127+151=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 151 - color contains mainly: blue. Hex color #737F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F97 is #8C8068. Grayscale: #7E7E7E. Windows color (decimal): -9207913 or 9928563. OLE color: 9928563.
HSL color Cylindrical-coordinate representation of color #737F97: hue angle of 220º 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 #737F97 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 127 | 151 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.41 |
| HSL | 220º | 0.15% | 0.52% | - |
| HSV(B) | 220º | 0.24% | 0.59% | - |
| XYZ | 20.25 | 21.06 | 32.28 | - |
| YUV | 126.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 151 | 0.24 | 0.16 | 0 | 0.41 | 220 | 0.15 | 0.52 |
| Hex | 73 | 7F | 97 | 18 | 10 | 0 | 29 | DC | F | 34 |
| Octal | 163 | 177 | 227 | 30 | 20 | 0 | 51 | 334 | 17 | 64 |
| Binary | 1110011 | 1111111 | 10010111 | 11000 | 10000 | 0 | 101001 | 11011100 | 1111 | 110100 |
Color Harmonies of #737F97
Complementary color
Monochromatic Colors of #737F97
Black with #737F97
Text Example
Text Example
White with #737F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737F97; }
p { color: rgb(115,127,151); }
H1.HeaderClassName
{
color: #737F97;
}
.AnyTagClassName
{
color: #737F97;
}
</style>
background-color css
<style>
a { background-color: #737F97; }
a { background-color: rgb(115,127,151); }
div.DivClassName
{
background-color: #737F97;
}
.BgClassName
{
background-color: #737F97;
}
</style>
border-color css
<style>
span { border-color: #737F97; }
span { border-color: rgb(115,127,151); }
td.TdClassName
{
border-color: #737F97;
}
.TagClassName
{
border-color: #737F97;
}
</style>