Shades of Light Slate Grey #7C889B
Tints of Light Slate Grey #7C889B
RGB
CMYK
RGB Variations
Color information
#7C889B (or 0x7C889B) is known color: Light Slate Grey. HEX triplet: 7C, 88 and 9B. RGB value is (124,136,155). Sum of RGB (Red+Green+Blue) = 124+136+155=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C889B is #837764. Grayscale: #868686. Windows color (decimal): -8615781 or 10193020. OLE color: 10193020.
HSL color Cylindrical-coordinate representation of color #7C889B: hue angle of 216.77º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C889B is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 136 | 155 | - |
| CMYK | 0.2 | 0.12 | 0 | 0.39 |
| HSL | 216.77º | 0.13% | 0.55% | - |
| HSV(B) | 216.77º | 0.2% | 0.61% | - |
| XYZ | 23.03 | 24.26 | 34.48 | - |
| YUV | 134.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 155 | 0.2 | 0.12 | 0 | 0.39 | 216.77 | 0.13 | 0.55 |
| Hex | 7C | 88 | 9B | 14 | C | 0 | 27 | D9 | D | 37 |
| Octal | 174 | 210 | 233 | 24 | 14 | 0 | 47 | 331 | 15 | 67 |
| Binary | 1111100 | 10001000 | 10011011 | 10100 | 1100 | 0 | 100111 | 11011001 | 1101 | 110111 |
Color Harmonies of #7C889B
Complementary color
Monochromatic Colors of #7C889B
Black with #7C889B
Text Example
Text Example
White with #7C889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C889B; }
p { color: rgb(124,136,155); }
H1.HeaderClassName
{
color: #7C889B;
}
.AnyTagClassName
{
color: #7C889B;
}
</style>
background-color css
<style>
a { background-color: #7C889B; }
a { background-color: rgb(124,136,155); }
div.DivClassName
{
background-color: #7C889B;
}
.BgClassName
{
background-color: #7C889B;
}
</style>
border-color css
<style>
span { border-color: #7C889B; }
span { border-color: rgb(124,136,155); }
td.TdClassName
{
border-color: #7C889B;
}
.TagClassName
{
border-color: #7C889B;
}
</style>