Shades of Slate Grey #737E94
Tints of Slate Grey #737E94
RGB
CMYK
RGB Variations
Color information
#737E94 (or 0x737E94) is known color: Slate Grey. HEX triplet: 73, 7E and 94. RGB value is (115,126,148). Sum of RGB (Red+Green+Blue) = 115+126+148=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #737E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E94 is #8C816B. Grayscale: #7D7D7D. Windows color (decimal): -9208172 or 9731699. OLE color: 9731699.
HSL color Cylindrical-coordinate representation of color #737E94: hue angle of 220º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #737E94 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 126 | 148 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.42 |
| HSL | 220º | 0.13% | 0.52% | - |
| HSV(B) | 220º | 0.22% | 0.58% | - |
| XYZ | 19.88 | 20.7 | 30.97 | - |
| YUV | 125.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 148 | 0.22 | 0.15 | 0 | 0.42 | 220 | 0.13 | 0.52 |
| Hex | 73 | 7E | 94 | 16 | F | 0 | 2A | DC | D | 34 |
| Octal | 163 | 176 | 224 | 26 | 17 | 0 | 52 | 334 | 15 | 64 |
| Binary | 1110011 | 1111110 | 10010100 | 10110 | 1111 | 0 | 101010 | 11011100 | 1101 | 110100 |
Color Harmonies of #737E94
Complementary color
Monochromatic Colors of #737E94
Black with #737E94
Text Example
Text Example
White with #737E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737E94; }
p { color: rgb(115,126,148); }
H1.HeaderClassName
{
color: #737E94;
}
.AnyTagClassName
{
color: #737E94;
}
</style>
background-color css
<style>
a { background-color: #737E94; }
a { background-color: rgb(115,126,148); }
div.DivClassName
{
background-color: #737E94;
}
.BgClassName
{
background-color: #737E94;
}
</style>
border-color css
<style>
span { border-color: #737E94; }
span { border-color: rgb(115,126,148); }
td.TdClassName
{
border-color: #737E94;
}
.TagClassName
{
border-color: #737E94;
}
</style>