Shades of Light Slate Grey #778298
Tints of Light Slate Grey #778298
RGB
CMYK
RGB Variations
Color information
#778298 (or 0x778298) is known color: Light Slate Grey. HEX triplet: 77, 82 and 98. RGB value is (119,130,152). Sum of RGB (Red+Green+Blue) = 119+130+152=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #778298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778298 is #887D67. Grayscale: #818181. Windows color (decimal): -8945000 or 9994871. OLE color: 9994871.
HSL color Cylindrical-coordinate representation of color #778298: hue angle of 220º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #778298 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 130 | 152 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.40 |
| HSL | 220º | 0.14% | 0.53% | - |
| HSV(B) | 220º | 0.22% | 0.6% | - |
| XYZ | 21.26 | 22.15 | 32.86 | - |
| YUV | 129.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 152 | 0.22 | 0.14 | 0 | 0.40 | 220 | 0.14 | 0.53 |
| Hex | 77 | 82 | 98 | 16 | E | 0 | 28 | DC | E | 35 |
| Octal | 167 | 202 | 230 | 26 | 16 | 0 | 50 | 334 | 16 | 65 |
| Binary | 1110111 | 10000010 | 10011000 | 10110 | 1110 | 0 | 101000 | 11011100 | 1110 | 110101 |
Color Harmonies of #778298
Complementary color
Monochromatic Colors of #778298
Black with #778298
Text Example
Text Example
White with #778298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778298; }
p { color: rgb(119,130,152); }
H1.HeaderClassName
{
color: #778298;
}
.AnyTagClassName
{
color: #778298;
}
</style>
background-color css
<style>
a { background-color: #778298; }
a { background-color: rgb(119,130,152); }
div.DivClassName
{
background-color: #778298;
}
.BgClassName
{
background-color: #778298;
}
</style>
border-color css
<style>
span { border-color: #778298; }
span { border-color: rgb(119,130,152); }
td.TdClassName
{
border-color: #778298;
}
.TagClassName
{
border-color: #778298;
}
</style>