Shades of Light Slate Grey #73879E
Tints of Light Slate Grey #73879E
RGB
CMYK
RGB Variations
Color information
#73879E (or 0x73879E) is known color: Light Slate Grey. HEX triplet: 73, 87 and 9E. RGB value is (115,135,158). Sum of RGB (Red+Green+Blue) = 115+135+158=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 158 - color contains mainly: blue. Hex color #73879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73879E is #8C7861. Grayscale: #838383. Windows color (decimal): -9205858 or 10389363. OLE color: 10389363.
HSL color Cylindrical-coordinate representation of color #73879E: hue angle of 212.09º 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 #73879E is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 135 | 158 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.38 |
| HSL | 212.09º | 0.18% | 0.54% | - |
| HSV(B) | 212.09º | 0.27% | 0.62% | - |
| XYZ | 21.91 | 23.44 | 35.72 | - |
| YUV | 131.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 135 | 158 | 0.27 | 0.15 | 0 | 0.38 | 212.09 | 0.18 | 0.54 |
| Hex | 73 | 87 | 9E | 1B | F | 0 | 26 | D4 | 12 | 36 |
| Octal | 163 | 207 | 236 | 33 | 17 | 0 | 46 | 324 | 22 | 66 |
| Binary | 1110011 | 10000111 | 10011110 | 11011 | 1111 | 0 | 100110 | 11010100 | 10010 | 110110 |
Color Harmonies of #73879E
Complementary color
Monochromatic Colors of #73879E
Black with #73879E
Text Example
Text Example
White with #73879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73879E; }
p { color: rgb(115,135,158); }
H1.HeaderClassName
{
color: #73879E;
}
.AnyTagClassName
{
color: #73879E;
}
</style>
background-color css
<style>
a { background-color: #73879E; }
a { background-color: rgb(115,135,158); }
div.DivClassName
{
background-color: #73879E;
}
.BgClassName
{
background-color: #73879E;
}
</style>
border-color css
<style>
span { border-color: #73879E; }
span { border-color: rgb(115,135,158); }
td.TdClassName
{
border-color: #73879E;
}
.TagClassName
{
border-color: #73879E;
}
</style>