Shades of Light Slate Grey #788B9E
Tints of Light Slate Grey #788B9E
RGB
CMYK
RGB Variations
Color information
#788B9E (or 0x788B9E) is known color: Light Slate Grey. HEX triplet: 78, 8B and 9E. RGB value is (120,139,158). Sum of RGB (Red+Green+Blue) = 120+139+158=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #788B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788B9E is #877461. Grayscale: #878787. Windows color (decimal): -8877154 or 10390392. OLE color: 10390392.
HSL color Cylindrical-coordinate representation of color #788B9E: hue angle of 210º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #788B9E is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 139 | 158 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.38 |
| HSL | 210º | 0.16% | 0.55% | - |
| HSV(B) | 210º | 0.24% | 0.62% | - |
| XYZ | 23.15 | 24.93 | 35.94 | - |
| YUV | 135.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 158 | 0.24 | 0.12 | 0 | 0.38 | 210 | 0.16 | 0.55 |
| Hex | 78 | 8B | 9E | 18 | C | 0 | 26 | D2 | 10 | 37 |
| Octal | 170 | 213 | 236 | 30 | 14 | 0 | 46 | 322 | 20 | 67 |
| Binary | 1111000 | 10001011 | 10011110 | 11000 | 1100 | 0 | 100110 | 11010010 | 10000 | 110111 |
Color Harmonies of #788B9E
Complementary color
Monochromatic Colors of #788B9E
Black with #788B9E
Text Example
Text Example
White with #788B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B9E; }
p { color: rgb(120,139,158); }
H1.HeaderClassName
{
color: #788B9E;
}
.AnyTagClassName
{
color: #788B9E;
}
</style>
background-color css
<style>
a { background-color: #788B9E; }
a { background-color: rgb(120,139,158); }
div.DivClassName
{
background-color: #788B9E;
}
.BgClassName
{
background-color: #788B9E;
}
</style>
border-color css
<style>
span { border-color: #788B9E; }
span { border-color: rgb(120,139,158); }
td.TdClassName
{
border-color: #788B9E;
}
.TagClassName
{
border-color: #788B9E;
}
</style>