Shades of Slate Grey #738192
Tints of Slate Grey #738192
RGB
CMYK
RGB Variations
Color information
#738192 (or 0x738192) is known color: Slate Grey. HEX triplet: 73, 81 and 92. RGB value is (115,129,146). Sum of RGB (Red+Green+Blue) = 115+129+146=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #738192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738192 is #8C7E6D. Grayscale: #7E7E7E. Windows color (decimal): -9207406 or 9601395. OLE color: 9601395.
HSL color Cylindrical-coordinate representation of color #738192: hue angle of 212.9º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738192 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 129 | 146 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.43 |
| HSL | 212.9º | 0.12% | 0.51% | - |
| HSV(B) | 212.9º | 0.21% | 0.57% | - |
| XYZ | 20.11 | 21.42 | 30.27 | - |
| YUV | 126.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 146 | 0.21 | 0.12 | 0 | 0.43 | 212.9 | 0.12 | 0.51 |
| Hex | 73 | 81 | 92 | 15 | C | 0 | 2B | D5 | C | 33 |
| Octal | 163 | 201 | 222 | 25 | 14 | 0 | 53 | 325 | 14 | 63 |
| Binary | 1110011 | 10000001 | 10010010 | 10101 | 1100 | 0 | 101011 | 11010101 | 1100 | 110011 |
Color Harmonies of #738192
Complementary color
Monochromatic Colors of #738192
Black with #738192
Text Example
Text Example
White with #738192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738192; }
p { color: rgb(115,129,146); }
H1.HeaderClassName
{
color: #738192;
}
.AnyTagClassName
{
color: #738192;
}
</style>
background-color css
<style>
a { background-color: #738192; }
a { background-color: rgb(115,129,146); }
div.DivClassName
{
background-color: #738192;
}
.BgClassName
{
background-color: #738192;
}
</style>
border-color css
<style>
span { border-color: #738192; }
span { border-color: rgb(115,129,146); }
td.TdClassName
{
border-color: #738192;
}
.TagClassName
{
border-color: #738192;
}
</style>