Shades of Slate Grey #737E90
Tints of Slate Grey #737E90
RGB
CMYK
RGB Variations
Color information
#737E90 (or 0x737E90) is known color: Slate Grey. HEX triplet: 73, 7E and 90. RGB value is (115,126,144). Sum of RGB (Red+Green+Blue) = 115+126+144=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #737E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E90 is #8C816F. Grayscale: #7C7C7C. Windows color (decimal): -9208176 or 9469555. OLE color: 9469555.
HSL color Cylindrical-coordinate representation of color #737E90: hue angle of 217.24º degrees, saturation: 0.12, 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 #737E90 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 126 | 144 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.44 |
| HSL | 217.24º | 0.12% | 0.51% | - |
| HSV(B) | 217.24º | 0.2% | 0.56% | - |
| XYZ | 19.57 | 20.58 | 29.33 | - |
| YUV | 124.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 144 | 0.20 | 0.12 | 0 | 0.44 | 217.24 | 0.12 | 0.51 |
| Hex | 73 | 7E | 90 | 14 | C | 0 | 2C | D9 | C | 33 |
| Octal | 163 | 176 | 220 | 24 | 14 | 0 | 54 | 331 | 14 | 63 |
| Binary | 1110011 | 1111110 | 10010000 | 10100 | 1100 | 0 | 101100 | 11011001 | 1100 | 110011 |
Color Harmonies of #737E90
Complementary color
Monochromatic Colors of #737E90
Black with #737E90
Text Example
Text Example
White with #737E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737E90; }
p { color: rgb(115,126,144); }
H1.HeaderClassName
{
color: #737E90;
}
.AnyTagClassName
{
color: #737E90;
}
</style>
background-color css
<style>
a { background-color: #737E90; }
a { background-color: rgb(115,126,144); }
div.DivClassName
{
background-color: #737E90;
}
.BgClassName
{
background-color: #737E90;
}
</style>
border-color css
<style>
span { border-color: #737E90; }
span { border-color: rgb(115,126,144); }
td.TdClassName
{
border-color: #737E90;
}
.TagClassName
{
border-color: #737E90;
}
</style>