Shades of Light Slate Grey #7D899D
Tints of Light Slate Grey #7D899D
RGB
CMYK
RGB Variations
Color information
#7D899D (or 0x7D899D) is known color: Light Slate Grey. HEX triplet: 7D, 89 and 9D. RGB value is (125,137,157). Sum of RGB (Red+Green+Blue) = 125+137+157=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D899D is #827662. Grayscale: #878787. Windows color (decimal): -8549987 or 10324349. OLE color: 10324349.
HSL color Cylindrical-coordinate representation of color #7D899D: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D899D is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 137 | 157 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.38 |
| HSL | 217.5º | 0.14% | 0.55% | - |
| HSV(B) | 217.5º | 0.2% | 0.62% | - |
| XYZ | 23.49 | 24.69 | 35.43 | - |
| YUV | 135.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 157 | 0.20 | 0.13 | 0 | 0.38 | 217.5 | 0.14 | 0.55 |
| Hex | 7D | 89 | 9D | 14 | D | 0 | 26 | DA | E | 37 |
| Octal | 175 | 211 | 235 | 24 | 15 | 0 | 46 | 332 | 16 | 67 |
| Binary | 1111101 | 10001001 | 10011101 | 10100 | 1101 | 0 | 100110 | 11011010 | 1110 | 110111 |
Color Harmonies of #7D899D
Complementary color
Monochromatic Colors of #7D899D
Black with #7D899D
Text Example
Text Example
White with #7D899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D899D; }
p { color: rgb(125,137,157); }
H1.HeaderClassName
{
color: #7D899D;
}
.AnyTagClassName
{
color: #7D899D;
}
</style>
background-color css
<style>
a { background-color: #7D899D; }
a { background-color: rgb(125,137,157); }
div.DivClassName
{
background-color: #7D899D;
}
.BgClassName
{
background-color: #7D899D;
}
</style>
border-color css
<style>
span { border-color: #7D899D; }
span { border-color: rgb(125,137,157); }
td.TdClassName
{
border-color: #7D899D;
}
.TagClassName
{
border-color: #7D899D;
}
</style>