Shades of Light Slate Grey #73899A
Tints of Light Slate Grey #73899A
RGB
CMYK
RGB Variations
Color information
#73899A (or 0x73899A) is known color: Light Slate Grey. HEX triplet: 73, 89 and 9A. RGB value is (115,137,154). Sum of RGB (Red+Green+Blue) = 115+137+154=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #73899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73899A is #8C7665. Grayscale: #848484. Windows color (decimal): -9205350 or 10127731. OLE color: 10127731.
HSL color Cylindrical-coordinate representation of color #73899A: hue angle of 206.15º 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 #73899A is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 137 | 154 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.40 |
| HSL | 206.15º | 0.16% | 0.53% | - |
| HSV(B) | 206.15º | 0.25% | 0.6% | - |
| XYZ | 21.85 | 23.87 | 34.03 | - |
| YUV | 132.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 154 | 0.25 | 0.11 | 0 | 0.40 | 206.15 | 0.16 | 0.53 |
| Hex | 73 | 89 | 9A | 19 | B | 0 | 28 | CE | 10 | 35 |
| Octal | 163 | 211 | 232 | 31 | 13 | 0 | 50 | 316 | 20 | 65 |
| Binary | 1110011 | 10001001 | 10011010 | 11001 | 1011 | 0 | 101000 | 11001110 | 10000 | 110101 |
Color Harmonies of #73899A
Complementary color
Monochromatic Colors of #73899A
Black with #73899A
Text Example
Text Example
White with #73899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73899A; }
p { color: rgb(115,137,154); }
H1.HeaderClassName
{
color: #73899A;
}
.AnyTagClassName
{
color: #73899A;
}
</style>
background-color css
<style>
a { background-color: #73899A; }
a { background-color: rgb(115,137,154); }
div.DivClassName
{
background-color: #73899A;
}
.BgClassName
{
background-color: #73899A;
}
</style>
border-color css
<style>
span { border-color: #73899A; }
span { border-color: rgb(115,137,154); }
td.TdClassName
{
border-color: #73899A;
}
.TagClassName
{
border-color: #73899A;
}
</style>