Shades of Light Slate Grey #78859C
Tints of Light Slate Grey #78859C
RGB
CMYK
RGB Variations
Color information
#78859C (or 0x78859C) is known color: Light Slate Grey. HEX triplet: 78, 85 and 9C. RGB value is (120,133,156). Sum of RGB (Red+Green+Blue) = 120+133+156=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #78859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78859C is #877A63. Grayscale: #838383. Windows color (decimal): -8878692 or 10257784. OLE color: 10257784.
HSL color Cylindrical-coordinate representation of color #78859C: hue angle of 218.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78859C is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 133 | 156 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.39 |
| HSL | 218.33º | 0.15% | 0.54% | - |
| HSV(B) | 218.33º | 0.23% | 0.61% | - |
| XYZ | 22.13 | 23.17 | 34.76 | - |
| YUV | 131.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 156 | 0.23 | 0.15 | 0 | 0.39 | 218.33 | 0.15 | 0.54 |
| Hex | 78 | 85 | 9C | 17 | F | 0 | 27 | DA | F | 36 |
| Octal | 170 | 205 | 234 | 27 | 17 | 0 | 47 | 332 | 17 | 66 |
| Binary | 1111000 | 10000101 | 10011100 | 10111 | 1111 | 0 | 100111 | 11011010 | 1111 | 110110 |
Color Harmonies of #78859C
Complementary color
Monochromatic Colors of #78859C
Black with #78859C
Text Example
Text Example
White with #78859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78859C; }
p { color: rgb(120,133,156); }
H1.HeaderClassName
{
color: #78859C;
}
.AnyTagClassName
{
color: #78859C;
}
</style>
background-color css
<style>
a { background-color: #78859C; }
a { background-color: rgb(120,133,156); }
div.DivClassName
{
background-color: #78859C;
}
.BgClassName
{
background-color: #78859C;
}
</style>
border-color css
<style>
span { border-color: #78859C; }
span { border-color: rgb(120,133,156); }
td.TdClassName
{
border-color: #78859C;
}
.TagClassName
{
border-color: #78859C;
}
</style>