Shades of Light Slate Grey #73839E
Tints of Light Slate Grey #73839E
RGB
CMYK
RGB Variations
Color information
#73839E (or 0x73839E) is known color: Light Slate Grey. HEX triplet: 73, 83 and 9E. RGB value is (115,131,158). Sum of RGB (Red+Green+Blue) = 115+131+158=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #73839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73839E is #8C7C61. Grayscale: #818181. Windows color (decimal): -9206882 or 10388339. OLE color: 10388339.
HSL color Cylindrical-coordinate representation of color #73839E: hue angle of 217.67º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73839E is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 131 | 158 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.38 |
| HSL | 217.67º | 0.18% | 0.54% | - |
| HSV(B) | 217.67º | 0.27% | 0.62% | - |
| XYZ | 21.36 | 22.35 | 35.54 | - |
| YUV | 129.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 131 | 158 | 0.27 | 0.17 | 0 | 0.38 | 217.67 | 0.18 | 0.54 |
| Hex | 73 | 83 | 9E | 1B | 11 | 0 | 26 | DA | 12 | 36 |
| Octal | 163 | 203 | 236 | 33 | 21 | 0 | 46 | 332 | 22 | 66 |
| Binary | 1110011 | 10000011 | 10011110 | 11011 | 10001 | 0 | 100110 | 11011010 | 10010 | 110110 |
Color Harmonies of #73839E
Complementary color
Monochromatic Colors of #73839E
Black with #73839E
Text Example
Text Example
White with #73839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73839E; }
p { color: rgb(115,131,158); }
H1.HeaderClassName
{
color: #73839E;
}
.AnyTagClassName
{
color: #73839E;
}
</style>
background-color css
<style>
a { background-color: #73839E; }
a { background-color: rgb(115,131,158); }
div.DivClassName
{
background-color: #73839E;
}
.BgClassName
{
background-color: #73839E;
}
</style>
border-color css
<style>
span { border-color: #73839E; }
span { border-color: rgb(115,131,158); }
td.TdClassName
{
border-color: #73839E;
}
.TagClassName
{
border-color: #73839E;
}
</style>