Shades of Light Slate Grey #788DA3
Tints of Light Slate Grey #788DA3
RGB
CMYK
RGB Variations
Color information
#788DA3 (or 0x788DA3) is known color: Light Slate Grey. HEX triplet: 78, 8D and A3. RGB value is (120,141,163). Sum of RGB (Red+Green+Blue) = 120+141+163=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 163 - color contains mainly: blue. Hex color #788DA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DA3 is #87725C. Grayscale: #898989. Windows color (decimal): -8876637 or 10718584. OLE color: 10718584.
HSL color Cylindrical-coordinate representation of color #788DA3: hue angle of 210.7º degrees, saturation: 0.19, 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 #788DA3 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 141 | 163 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.36 |
| HSL | 210.7º | 0.19% | 0.55% | - |
| HSV(B) | 210.7º | 0.26% | 0.64% | - |
| XYZ | 23.88 | 25.69 | 38.35 | - |
| YUV | 137.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 163 | 0.26 | 0.13 | 0 | 0.36 | 210.7 | 0.19 | 0.55 |
| Hex | 78 | 8D | A3 | 1A | D | 0 | 24 | D3 | 13 | 37 |
| Octal | 170 | 215 | 243 | 32 | 15 | 0 | 44 | 323 | 23 | 67 |
| Binary | 1111000 | 10001101 | 10100011 | 11010 | 1101 | 0 | 100100 | 11010011 | 10011 | 110111 |
Color Harmonies of #788DA3
Complementary color
Monochromatic Colors of #788DA3
Black with #788DA3
Text Example
Text Example
White with #788DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DA3; }
p { color: rgb(120,141,163); }
H1.HeaderClassName
{
color: #788DA3;
}
.AnyTagClassName
{
color: #788DA3;
}
</style>
background-color css
<style>
a { background-color: #788DA3; }
a { background-color: rgb(120,141,163); }
div.DivClassName
{
background-color: #788DA3;
}
.BgClassName
{
background-color: #788DA3;
}
</style>
border-color css
<style>
span { border-color: #788DA3; }
span { border-color: rgb(120,141,163); }
td.TdClassName
{
border-color: #788DA3;
}
.TagClassName
{
border-color: #788DA3;
}
</style>