Shades of Light Slate Grey #788DA1
Tints of Light Slate Grey #788DA1
RGB
CMYK
RGB Variations
Color information
#788DA1 (or 0x788DA1) is known color: Light Slate Grey. HEX triplet: 78, 8D and A1. RGB value is (120,141,161). Sum of RGB (Red+Green+Blue) = 120+141+161=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 161 - color contains mainly: blue. Hex color #788DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DA1 is #87725E. Grayscale: #888888. Windows color (decimal): -8876639 or 10587512. OLE color: 10587512.
HSL color Cylindrical-coordinate representation of color #788DA1: hue angle of 209.27º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #788DA1 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 141 | 161 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.37 |
| HSL | 209.27º | 0.18% | 0.55% | - |
| HSV(B) | 209.27º | 0.25% | 0.63% | - |
| XYZ | 23.7 | 25.62 | 37.41 | - |
| YUV | 137 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 161 | 0.25 | 0.12 | 0 | 0.37 | 209.27 | 0.18 | 0.55 |
| Hex | 78 | 8D | A1 | 19 | C | 0 | 25 | D1 | 12 | 37 |
| Octal | 170 | 215 | 241 | 31 | 14 | 0 | 45 | 321 | 22 | 67 |
| Binary | 1111000 | 10001101 | 10100001 | 11001 | 1100 | 0 | 100101 | 11010001 | 10010 | 110111 |
Color Harmonies of #788DA1
Complementary color
Monochromatic Colors of #788DA1
Black with #788DA1
Text Example
Text Example
White with #788DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DA1; }
p { color: rgb(120,141,161); }
H1.HeaderClassName
{
color: #788DA1;
}
.AnyTagClassName
{
color: #788DA1;
}
</style>
background-color css
<style>
a { background-color: #788DA1; }
a { background-color: rgb(120,141,161); }
div.DivClassName
{
background-color: #788DA1;
}
.BgClassName
{
background-color: #788DA1;
}
</style>
border-color css
<style>
span { border-color: #788DA1; }
span { border-color: rgb(120,141,161); }
td.TdClassName
{
border-color: #788DA1;
}
.TagClassName
{
border-color: #788DA1;
}
</style>