Shades of Slate Grey #7B848E
Tints of Slate Grey #7B848E
RGB
CMYK
RGB Variations
Color information
#7B848E (or 0x7B848E) is known color: Slate Grey. HEX triplet: 7B, 84 and 8E. RGB value is (123,132,142). Sum of RGB (Red+Green+Blue) = 123+132+142=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B848E is #847B71. Grayscale: #828282. Windows color (decimal): -8682354 or 9340027. OLE color: 9340027.
HSL color Cylindrical-coordinate representation of color #7B848E: hue angle of 211.58º 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 #7B848E is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 132 | 142 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.44 |
| HSL | 211.58º | 0.08% | 0.52% | - |
| HSV(B) | 211.58º | 0.13% | 0.56% | - |
| XYZ | 21.3 | 22.67 | 28.84 | - |
| YUV | 130.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 142 | 0.13 | 0.07 | 0 | 0.44 | 211.58 | 0.08 | 0.52 |
| Hex | 7B | 84 | 8E | D | 7 | 0 | 2C | D4 | 8 | 34 |
| Octal | 173 | 204 | 216 | 15 | 7 | 0 | 54 | 324 | 10 | 64 |
| Binary | 1111011 | 10000100 | 10001110 | 1101 | 111 | 0 | 101100 | 11010100 | 1000 | 110100 |
Color Harmonies of #7B848E
Complementary color
Monochromatic Colors of #7B848E
Black with #7B848E
Text Example
Text Example
White with #7B848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B848E; }
p { color: rgb(123,132,142); }
H1.HeaderClassName
{
color: #7B848E;
}
.AnyTagClassName
{
color: #7B848E;
}
</style>
background-color css
<style>
a { background-color: #7B848E; }
a { background-color: rgb(123,132,142); }
div.DivClassName
{
background-color: #7B848E;
}
.BgClassName
{
background-color: #7B848E;
}
</style>
border-color css
<style>
span { border-color: #7B848E; }
span { border-color: rgb(123,132,142); }
td.TdClassName
{
border-color: #7B848E;
}
.TagClassName
{
border-color: #7B848E;
}
</style>