Shades of Light Slate Grey #788FA7
Tints of Light Slate Grey #788FA7
RGB
CMYK
RGB Variations
Color information
#788FA7 (or 0x788FA7) is known color: Light Slate Grey. HEX triplet: 78, 8F and A7. RGB value is (120,143,167). Sum of RGB (Red+Green+Blue) = 120+143+167=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 167 - color contains mainly: blue. Hex color #788FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FA7 is #877058. Grayscale: #8A8A8A. Windows color (decimal): -8876121 or 10981240. OLE color: 10981240.
HSL color Cylindrical-coordinate representation of color #788FA7: hue angle of 210.64º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #788FA7 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 143 | 167 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.35 |
| HSL | 210.64º | 0.21% | 0.56% | - |
| HSV(B) | 210.64º | 0.28% | 0.65% | - |
| XYZ | 24.54 | 26.43 | 40.37 | - |
| YUV | 138.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 167 | 0.28 | 0.14 | 0 | 0.35 | 210.64 | 0.21 | 0.56 |
| Hex | 78 | 8F | A7 | 1C | E | 0 | 23 | D3 | 15 | 38 |
| Octal | 170 | 217 | 247 | 34 | 16 | 0 | 43 | 323 | 25 | 70 |
| Binary | 1111000 | 10001111 | 10100111 | 11100 | 1110 | 0 | 100011 | 11010011 | 10101 | 111000 |
Color Harmonies of #788FA7
Complementary color
Monochromatic Colors of #788FA7
Black with #788FA7
Text Example
Text Example
White with #788FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FA7; }
p { color: rgb(120,143,167); }
H1.HeaderClassName
{
color: #788FA7;
}
.AnyTagClassName
{
color: #788FA7;
}
</style>
background-color css
<style>
a { background-color: #788FA7; }
a { background-color: rgb(120,143,167); }
div.DivClassName
{
background-color: #788FA7;
}
.BgClassName
{
background-color: #788FA7;
}
</style>
border-color css
<style>
span { border-color: #788FA7; }
span { border-color: rgb(120,143,167); }
td.TdClassName
{
border-color: #788FA7;
}
.TagClassName
{
border-color: #788FA7;
}
</style>