Shades of Light Slate Grey #73879A
Tints of Light Slate Grey #73879A
RGB
CMYK
RGB Variations
Color information
#73879A (or 0x73879A) is known color: Light Slate Grey. HEX triplet: 73, 87 and 9A. RGB value is (115,135,154). Sum of RGB (Red+Green+Blue) = 115+135+154=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #73879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73879A is #8C7865. Grayscale: #838383. Windows color (decimal): -9205862 or 10127219. OLE color: 10127219.
HSL color Cylindrical-coordinate representation of color #73879A: hue angle of 209.23º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73879A is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 135 | 154 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.40 |
| HSL | 209.23º | 0.16% | 0.53% | - |
| HSV(B) | 209.23º | 0.25% | 0.6% | - |
| XYZ | 21.57 | 23.31 | 33.93 | - |
| YUV | 131.19 | 140.87 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 135 | 154 | 0.25 | 0.12 | 0 | 0.40 | 209.23 | 0.16 | 0.53 |
| Hex | 73 | 87 | 9A | 19 | C | 0 | 28 | D1 | 10 | 35 |
| Octal | 163 | 207 | 232 | 31 | 14 | 0 | 50 | 321 | 20 | 65 |
| Binary | 1110011 | 10000111 | 10011010 | 11001 | 1100 | 0 | 101000 | 11010001 | 10000 | 110101 |
Color Harmonies of #73879A
Complementary color
Monochromatic Colors of #73879A
Black with #73879A
Text Example
Text Example
White with #73879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73879A; }
p { color: rgb(115,135,154); }
H1.HeaderClassName
{
color: #73879A;
}
.AnyTagClassName
{
color: #73879A;
}
</style>
background-color css
<style>
a { background-color: #73879A; }
a { background-color: rgb(115,135,154); }
div.DivClassName
{
background-color: #73879A;
}
.BgClassName
{
background-color: #73879A;
}
</style>
border-color css
<style>
span { border-color: #73879A; }
span { border-color: rgb(115,135,154); }
td.TdClassName
{
border-color: #73879A;
}
.TagClassName
{
border-color: #73879A;
}
</style>