Shades of Slate Grey #788189
Tints of Slate Grey #788189
RGB
CMYK
RGB Variations
Color information
#788189 (or 0x788189) is known color: Slate Grey. HEX triplet: 78, 81 and 89. RGB value is (120,129,137). Sum of RGB (Red+Green+Blue) = 120+129+137=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 137 - color contains mainly: blue. Hex color #788189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788189 is #877E76. Grayscale: #7F7F7F. Windows color (decimal): -8879735 or 9011576. OLE color: 9011576.
HSL color Cylindrical-coordinate representation of color #788189: hue angle of 208.24º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #788189 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 129 | 137 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.46 |
| HSL | 208.24º | 0.07% | 0.5% | - |
| HSV(B) | 208.24º | 0.12% | 0.54% | - |
| XYZ | 20.11 | 21.5 | 26.76 | - |
| YUV | 127.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 137 | 0.12 | 0.06 | 0 | 0.46 | 208.24 | 0.07 | 0.5 |
| Hex | 78 | 81 | 89 | C | 6 | 0 | 2E | D0 | 7 | 32 |
| Octal | 170 | 201 | 211 | 14 | 6 | 0 | 56 | 320 | 7 | 62 |
| Binary | 1111000 | 10000001 | 10001001 | 1100 | 110 | 0 | 101110 | 11010000 | 111 | 110010 |
Color Harmonies of #788189
Complementary color
Monochromatic Colors of #788189
Black with #788189
Text Example
Text Example
White with #788189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788189; }
p { color: rgb(120,129,137); }
H1.HeaderClassName
{
color: #788189;
}
.AnyTagClassName
{
color: #788189;
}
</style>
background-color css
<style>
a { background-color: #788189; }
a { background-color: rgb(120,129,137); }
div.DivClassName
{
background-color: #788189;
}
.BgClassName
{
background-color: #788189;
}
</style>
border-color css
<style>
span { border-color: #788189; }
span { border-color: rgb(120,129,137); }
td.TdClassName
{
border-color: #788189;
}
.TagClassName
{
border-color: #788189;
}
</style>