Shades of Light Slate Grey #78889B
Tints of Light Slate Grey #78889B
RGB
CMYK
RGB Variations
Color information
#78889B (or 0x78889B) is known color: Light Slate Grey. HEX triplet: 78, 88 and 9B. RGB value is (120,136,155). Sum of RGB (Red+Green+Blue) = 120+136+155=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #78889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78889B is #877764. Grayscale: #858585. Windows color (decimal): -8877925 or 10193016. OLE color: 10193016.
HSL color Cylindrical-coordinate representation of color #78889B: hue angle of 212.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78889B is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 136 | 155 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.39 |
| HSL | 212.57º | 0.15% | 0.54% | - |
| HSV(B) | 212.57º | 0.23% | 0.61% | - |
| XYZ | 22.47 | 23.97 | 34.45 | - |
| YUV | 133.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 155 | 0.23 | 0.12 | 0 | 0.39 | 212.57 | 0.15 | 0.54 |
| Hex | 78 | 88 | 9B | 17 | C | 0 | 27 | D5 | F | 36 |
| Octal | 170 | 210 | 233 | 27 | 14 | 0 | 47 | 325 | 17 | 66 |
| Binary | 1111000 | 10001000 | 10011011 | 10111 | 1100 | 0 | 100111 | 11010101 | 1111 | 110110 |
Color Harmonies of #78889B
Complementary color
Monochromatic Colors of #78889B
Black with #78889B
Text Example
Text Example
White with #78889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78889B; }
p { color: rgb(120,136,155); }
H1.HeaderClassName
{
color: #78889B;
}
.AnyTagClassName
{
color: #78889B;
}
</style>
background-color css
<style>
a { background-color: #78889B; }
a { background-color: rgb(120,136,155); }
div.DivClassName
{
background-color: #78889B;
}
.BgClassName
{
background-color: #78889B;
}
</style>
border-color css
<style>
span { border-color: #78889B; }
span { border-color: rgb(120,136,155); }
td.TdClassName
{
border-color: #78889B;
}
.TagClassName
{
border-color: #78889B;
}
</style>