Shades of Light Slate Grey #73889E
Tints of Light Slate Grey #73889E
RGB
CMYK
RGB Variations
Color information
#73889E (or 0x73889E) is known color: Light Slate Grey. HEX triplet: 73, 88 and 9E. RGB value is (115,136,158). Sum of RGB (Red+Green+Blue) = 115+136+158=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #73889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73889E is #8C7761. Grayscale: #848484. Windows color (decimal): -9205602 or 10389619. OLE color: 10389619.
HSL color Cylindrical-coordinate representation of color #73889E: hue angle of 210.7º 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 #73889E is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 136 | 158 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.38 |
| HSL | 210.7º | 0.18% | 0.54% | - |
| HSV(B) | 210.7º | 0.27% | 0.62% | - |
| XYZ | 22.05 | 23.72 | 35.76 | - |
| YUV | 132.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 158 | 0.27 | 0.14 | 0 | 0.38 | 210.7 | 0.18 | 0.54 |
| Hex | 73 | 88 | 9E | 1B | E | 0 | 26 | D3 | 12 | 36 |
| Octal | 163 | 210 | 236 | 33 | 16 | 0 | 46 | 323 | 22 | 66 |
| Binary | 1110011 | 10001000 | 10011110 | 11011 | 1110 | 0 | 100110 | 11010011 | 10010 | 110110 |
Color Harmonies of #73889E
Complementary color
Monochromatic Colors of #73889E
Black with #73889E
Text Example
Text Example
White with #73889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73889E; }
p { color: rgb(115,136,158); }
H1.HeaderClassName
{
color: #73889E;
}
.AnyTagClassName
{
color: #73889E;
}
</style>
background-color css
<style>
a { background-color: #73889E; }
a { background-color: rgb(115,136,158); }
div.DivClassName
{
background-color: #73889E;
}
.BgClassName
{
background-color: #73889E;
}
</style>
border-color css
<style>
span { border-color: #73889E; }
span { border-color: rgb(115,136,158); }
td.TdClassName
{
border-color: #73889E;
}
.TagClassName
{
border-color: #73889E;
}
</style>