Shades of Light Slate Grey #788B9A
Tints of Light Slate Grey #788B9A
RGB
CMYK
RGB Variations
Color information
#788B9A (or 0x788B9A) is known color: Light Slate Grey. HEX triplet: 78, 8B and 9A. RGB value is (120,139,154). Sum of RGB (Red+Green+Blue) = 120+139+154=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 154 - color contains mainly: blue. Hex color #788B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788B9A is #877465. Grayscale: #868686. Windows color (decimal): -8877158 or 10128248. OLE color: 10128248.
HSL color Cylindrical-coordinate representation of color #788B9A: hue angle of 206.47º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #788B9A is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 139 | 154 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.40 |
| HSL | 206.47º | 0.14% | 0.54% | - |
| HSV(B) | 206.47º | 0.22% | 0.6% | - |
| XYZ | 22.81 | 24.79 | 34.15 | - |
| YUV | 135.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 154 | 0.22 | 0.10 | 0 | 0.40 | 206.47 | 0.14 | 0.54 |
| Hex | 78 | 8B | 9A | 16 | A | 0 | 28 | CE | E | 36 |
| Octal | 170 | 213 | 232 | 26 | 12 | 0 | 50 | 316 | 16 | 66 |
| Binary | 1111000 | 10001011 | 10011010 | 10110 | 1010 | 0 | 101000 | 11001110 | 1110 | 110110 |
Color Harmonies of #788B9A
Complementary color
Monochromatic Colors of #788B9A
Black with #788B9A
Text Example
Text Example
White with #788B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B9A; }
p { color: rgb(120,139,154); }
H1.HeaderClassName
{
color: #788B9A;
}
.AnyTagClassName
{
color: #788B9A;
}
</style>
background-color css
<style>
a { background-color: #788B9A; }
a { background-color: rgb(120,139,154); }
div.DivClassName
{
background-color: #788B9A;
}
.BgClassName
{
background-color: #788B9A;
}
</style>
border-color css
<style>
span { border-color: #788B9A; }
span { border-color: rgb(120,139,154); }
td.TdClassName
{
border-color: #788B9A;
}
.TagClassName
{
border-color: #788B9A;
}
</style>