Shades of Light Slate Grey #778A9E
Tints of Light Slate Grey #778A9E
RGB
CMYK
RGB Variations
Color information
#778A9E (or 0x778A9E) is known color: Light Slate Grey. HEX triplet: 77, 8A and 9E. RGB value is (119,138,158). Sum of RGB (Red+Green+Blue) = 119+138+158=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #778A9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778A9E is #887561. Grayscale: #868686. Windows color (decimal): -8942946 or 10390135. OLE color: 10390135.
HSL color Cylindrical-coordinate representation of color #778A9E: hue angle of 210.77º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #778A9E is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 138 | 158 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.38 |
| HSL | 210.77º | 0.17% | 0.54% | - |
| HSV(B) | 210.77º | 0.25% | 0.62% | - |
| XYZ | 22.87 | 24.57 | 35.88 | - |
| YUV | 134.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 158 | 0.25 | 0.13 | 0 | 0.38 | 210.77 | 0.17 | 0.54 |
| Hex | 77 | 8A | 9E | 19 | D | 0 | 26 | D3 | 11 | 36 |
| Octal | 167 | 212 | 236 | 31 | 15 | 0 | 46 | 323 | 21 | 66 |
| Binary | 1110111 | 10001010 | 10011110 | 11001 | 1101 | 0 | 100110 | 11010011 | 10001 | 110110 |
Color Harmonies of #778A9E
Complementary color
Monochromatic Colors of #778A9E
Black with #778A9E
Text Example
Text Example
White with #778A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A9E; }
p { color: rgb(119,138,158); }
H1.HeaderClassName
{
color: #778A9E;
}
.AnyTagClassName
{
color: #778A9E;
}
</style>
background-color css
<style>
a { background-color: #778A9E; }
a { background-color: rgb(119,138,158); }
div.DivClassName
{
background-color: #778A9E;
}
.BgClassName
{
background-color: #778A9E;
}
</style>
border-color css
<style>
span { border-color: #778A9E; }
span { border-color: rgb(119,138,158); }
td.TdClassName
{
border-color: #778A9E;
}
.TagClassName
{
border-color: #778A9E;
}
</style>