Shades of Slate Grey #7B828E
Tints of Slate Grey #7B828E
RGB
CMYK
RGB Variations
Color information
#7B828E (or 0x7B828E) is known color: Slate Grey. HEX triplet: 7B, 82 and 8E. RGB value is (123,130,142). Sum of RGB (Red+Green+Blue) = 123+130+142=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B828E is #847D71. Grayscale: #818181. Windows color (decimal): -8682866 or 9339515. OLE color: 9339515.
HSL color Cylindrical-coordinate representation of color #7B828E: hue angle of 217.89º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B828E is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 130 | 142 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.44 |
| HSL | 217.89º | 0.08% | 0.52% | - |
| HSV(B) | 217.89º | 0.13% | 0.56% | - |
| XYZ | 21.03 | 22.13 | 28.75 | - |
| YUV | 129.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 130 | 142 | 0.13 | 0.08 | 0 | 0.44 | 217.89 | 0.08 | 0.52 |
| Hex | 7B | 82 | 8E | D | 8 | 0 | 2C | DA | 8 | 34 |
| Octal | 173 | 202 | 216 | 15 | 10 | 0 | 54 | 332 | 10 | 64 |
| Binary | 1111011 | 10000010 | 10001110 | 1101 | 1000 | 0 | 101100 | 11011010 | 1000 | 110100 |
Color Harmonies of #7B828E
Complementary color
Monochromatic Colors of #7B828E
Black with #7B828E
Text Example
Text Example
White with #7B828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B828E; }
p { color: rgb(123,130,142); }
H1.HeaderClassName
{
color: #7B828E;
}
.AnyTagClassName
{
color: #7B828E;
}
</style>
background-color css
<style>
a { background-color: #7B828E; }
a { background-color: rgb(123,130,142); }
div.DivClassName
{
background-color: #7B828E;
}
.BgClassName
{
background-color: #7B828E;
}
</style>
border-color css
<style>
span { border-color: #7B828E; }
span { border-color: rgb(123,130,142); }
td.TdClassName
{
border-color: #7B828E;
}
.TagClassName
{
border-color: #7B828E;
}
</style>