Shades of Light Slate Grey #788DA2
Tints of Light Slate Grey #788DA2
RGB
CMYK
RGB Variations
Color information
#788DA2 (or 0x788DA2) is known color: Light Slate Grey. HEX triplet: 78, 8D and A2. RGB value is (120,141,162). Sum of RGB (Red+Green+Blue) = 120+141+162=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 162 - color contains mainly: blue. Hex color #788DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DA2 is #87725D. Grayscale: #898989. Windows color (decimal): -8876638 or 10653048. OLE color: 10653048.
HSL color Cylindrical-coordinate representation of color #788DA2: hue angle of 210º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #788DA2 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 141 | 162 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.36 |
| HSL | 210º | 0.18% | 0.55% | - |
| HSV(B) | 210º | 0.26% | 0.64% | - |
| XYZ | 23.79 | 25.65 | 37.88 | - |
| YUV | 137.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 162 | 0.26 | 0.13 | 0 | 0.36 | 210 | 0.18 | 0.55 |
| Hex | 78 | 8D | A2 | 1A | D | 0 | 24 | D2 | 12 | 37 |
| Octal | 170 | 215 | 242 | 32 | 15 | 0 | 44 | 322 | 22 | 67 |
| Binary | 1111000 | 10001101 | 10100010 | 11010 | 1101 | 0 | 100100 | 11010010 | 10010 | 110111 |
Color Harmonies of #788DA2
Complementary color
Monochromatic Colors of #788DA2
Black with #788DA2
Text Example
Text Example
White with #788DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DA2; }
p { color: rgb(120,141,162); }
H1.HeaderClassName
{
color: #788DA2;
}
.AnyTagClassName
{
color: #788DA2;
}
</style>
background-color css
<style>
a { background-color: #788DA2; }
a { background-color: rgb(120,141,162); }
div.DivClassName
{
background-color: #788DA2;
}
.BgClassName
{
background-color: #788DA2;
}
</style>
border-color css
<style>
span { border-color: #788DA2; }
span { border-color: rgb(120,141,162); }
td.TdClassName
{
border-color: #788DA2;
}
.TagClassName
{
border-color: #788DA2;
}
</style>