Shades of Light Slate Grey #788DA0
Tints of Light Slate Grey #788DA0
RGB
CMYK
RGB Variations
Color information
#788DA0 (or 0x788DA0) is known color: Light Slate Grey. HEX triplet: 78, 8D and A0. RGB value is (120,141,160). Sum of RGB (Red+Green+Blue) = 120+141+160=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 160 - color contains mainly: blue. Hex color #788DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DA0 is #87725F. Grayscale: #888888. Windows color (decimal): -8876640 or 10521976. OLE color: 10521976.
HSL color Cylindrical-coordinate representation of color #788DA0: hue angle of 208.5º degrees, saturation: 0.17, 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 #788DA0 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
RGB | 120 | 141 | 160 | - |
CMYK | 0.25 | 0.12 | 0 | 0.37 |
HSL | 208.5º | 0.17% | 0.55% | - |
HSV(B) | 208.5º | 0.25% | 0.63% | - |
XYZ | 23.62 | 25.58 | 36.95 | - |
YUV | 136.89 | 141.04 | 115.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 141 | 160 | 0.25 | 0.12 | 0 | 0.37 | 208.5 | 0.17 | 0.55 |
Hex | 78 | 8D | A0 | 19 | C | 0 | 25 | D0 | 11 | 37 |
Octal | 170 | 215 | 240 | 31 | 14 | 0 | 45 | 320 | 21 | 67 |
Binary | 1111000 | 10001101 | 10100000 | 11001 | 1100 | 0 | 100101 | 11010000 | 10001 | 110111 |
Color Harmonies of #788DA0
Complementary color
Monochromatic Colors of #788DA0
Black with #788DA0
Text Example
Text Example
White with #788DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DA0; }
p { color: rgb(120,141,160); }
H1.HeaderClassName
{
color: #788DA0;
}
.AnyTagClassName
{
color: #788DA0;
}
</style>
background-color css
<style>
a { background-color: #788DA0; }
a { background-color: rgb(120,141,160); }
div.DivClassName
{
background-color: #788DA0;
}
.BgClassName
{
background-color: #788DA0;
}
</style>
border-color css
<style>
span { border-color: #788DA0; }
span { border-color: rgb(120,141,160); }
td.TdClassName
{
border-color: #788DA0;
}
.TagClassName
{
border-color: #788DA0;
}
</style>