Shades of Light Slate Grey #778593
Tints of Light Slate Grey #778593
RGB
CMYK
RGB Variations
Color information
#778593 (or 0x778593) is known color: Light Slate Grey. HEX triplet: 77, 85 and 93. RGB value is (119,133,147). Sum of RGB (Red+Green+Blue) = 119+133+147=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 147 - color contains mainly: blue. Hex color #778593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778593 is #887A6C. Grayscale: #828282. Windows color (decimal): -8944237 or 9667959. OLE color: 9667959.
HSL color Cylindrical-coordinate representation of color #778593: hue angle of 210º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #778593 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 133 | 147 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.42 |
| HSL | 210º | 0.11% | 0.52% | - |
| HSV(B) | 210º | 0.19% | 0.58% | - |
| XYZ | 21.26 | 22.8 | 30.88 | - |
| YUV | 130.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 147 | 0.19 | 0.10 | 0 | 0.42 | 210 | 0.11 | 0.52 |
| Hex | 77 | 85 | 93 | 13 | A | 0 | 2A | D2 | B | 34 |
| Octal | 167 | 205 | 223 | 23 | 12 | 0 | 52 | 322 | 13 | 64 |
| Binary | 1110111 | 10000101 | 10010011 | 10011 | 1010 | 0 | 101010 | 11010010 | 1011 | 110100 |
Color Harmonies of #778593
Complementary color
Monochromatic Colors of #778593
Black with #778593
Text Example
Text Example
White with #778593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778593; }
p { color: rgb(119,133,147); }
H1.HeaderClassName
{
color: #778593;
}
.AnyTagClassName
{
color: #778593;
}
</style>
background-color css
<style>
a { background-color: #778593; }
a { background-color: rgb(119,133,147); }
div.DivClassName
{
background-color: #778593;
}
.BgClassName
{
background-color: #778593;
}
</style>
border-color css
<style>
span { border-color: #778593; }
span { border-color: rgb(119,133,147); }
td.TdClassName
{
border-color: #778593;
}
.TagClassName
{
border-color: #778593;
}
</style>