Shades of Light Slate Grey #73899B
Tints of Light Slate Grey #73899B
RGB
CMYK
RGB Variations
Color information
#73899B (or 0x73899B) is known color: Light Slate Grey. HEX triplet: 73, 89 and 9B. RGB value is (115,137,155). Sum of RGB (Red+Green+Blue) = 115+137+155=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #73899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73899B is #8C7664. Grayscale: #848484. Windows color (decimal): -9205349 or 10193267. OLE color: 10193267.
HSL color Cylindrical-coordinate representation of color #73899B: hue angle of 207º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73899B is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 137 | 155 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.39 |
| HSL | 207º | 0.17% | 0.53% | - |
| HSV(B) | 207º | 0.26% | 0.61% | - |
| XYZ | 21.93 | 23.9 | 34.47 | - |
| YUV | 132.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 155 | 0.26 | 0.12 | 0 | 0.39 | 207 | 0.17 | 0.53 |
| Hex | 73 | 89 | 9B | 1A | C | 0 | 27 | CF | 11 | 35 |
| Octal | 163 | 211 | 233 | 32 | 14 | 0 | 47 | 317 | 21 | 65 |
| Binary | 1110011 | 10001001 | 10011011 | 11010 | 1100 | 0 | 100111 | 11001111 | 10001 | 110101 |
Color Harmonies of #73899B
Complementary color
Monochromatic Colors of #73899B
Black with #73899B
Text Example
Text Example
White with #73899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73899B; }
p { color: rgb(115,137,155); }
H1.HeaderClassName
{
color: #73899B;
}
.AnyTagClassName
{
color: #73899B;
}
</style>
background-color css
<style>
a { background-color: #73899B; }
a { background-color: rgb(115,137,155); }
div.DivClassName
{
background-color: #73899B;
}
.BgClassName
{
background-color: #73899B;
}
</style>
border-color css
<style>
span { border-color: #73899B; }
span { border-color: rgb(115,137,155); }
td.TdClassName
{
border-color: #73899B;
}
.TagClassName
{
border-color: #73899B;
}
</style>