Shades of Slate Grey #7B8289
Tints of Slate Grey #7B8289
RGB
CMYK
RGB Variations
Color information
#7B8289 (or 0x7B8289) is known color: Slate Grey. HEX triplet: 7B, 82 and 89. RGB value is (123,130,137). Sum of RGB (Red+Green+Blue) = 123+130+137=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B8289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8289 is #847D76. Grayscale: #808080. Windows color (decimal): -8682871 or 9011835. OLE color: 9011835.
HSL color Cylindrical-coordinate representation of color #7B8289: hue angle of 210º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B8289 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 130 | 137 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.46 |
| HSL | 210º | 0.06% | 0.51% | - |
| HSV(B) | 210º | 0.1% | 0.54% | - |
| XYZ | 20.67 | 21.98 | 26.82 | - |
| YUV | 128.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 130 | 137 | 0.10 | 0.05 | 0 | 0.46 | 210 | 0.06 | 0.51 |
| Hex | 7B | 82 | 89 | A | 5 | 0 | 2E | D2 | 6 | 33 |
| Octal | 173 | 202 | 211 | 12 | 5 | 0 | 56 | 322 | 6 | 63 |
| Binary | 1111011 | 10000010 | 10001001 | 1010 | 101 | 0 | 101110 | 11010010 | 110 | 110011 |
Color Harmonies of #7B8289
Complementary color
Monochromatic Colors of #7B8289
Black with #7B8289
Text Example
Text Example
White with #7B8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8289; }
p { color: rgb(123,130,137); }
H1.HeaderClassName
{
color: #7B8289;
}
.AnyTagClassName
{
color: #7B8289;
}
</style>
background-color css
<style>
a { background-color: #7B8289; }
a { background-color: rgb(123,130,137); }
div.DivClassName
{
background-color: #7B8289;
}
.BgClassName
{
background-color: #7B8289;
}
</style>
border-color css
<style>
span { border-color: #7B8289; }
span { border-color: rgb(123,130,137); }
td.TdClassName
{
border-color: #7B8289;
}
.TagClassName
{
border-color: #7B8289;
}
</style>