Shades of Light Slate Grey #788FA8
Tints of Light Slate Grey #788FA8
RGB
CMYK
RGB Variations
Color information
#788FA8 (or 0x788FA8) is known color: Light Slate Grey. HEX triplet: 78, 8F and A8. RGB value is (120,143,168). Sum of RGB (Red+Green+Blue) = 120+143+168=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 168 - color contains mainly: blue. Hex color #788FA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FA8 is #877057. Grayscale: #8A8A8A. Windows color (decimal): -8876120 or 11046776. OLE color: 11046776.
HSL color Cylindrical-coordinate representation of color #788FA8: hue angle of 211.25º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #788FA8 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 143 | 168 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.34 |
| HSL | 211.25º | 0.22% | 0.56% | - |
| HSV(B) | 211.25º | 0.29% | 0.66% | - |
| XYZ | 24.64 | 26.47 | 40.86 | - |
| YUV | 138.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 168 | 0.29 | 0.15 | 0 | 0.34 | 211.25 | 0.22 | 0.56 |
| Hex | 78 | 8F | A8 | 1D | F | 0 | 22 | D3 | 16 | 38 |
| Octal | 170 | 217 | 250 | 35 | 17 | 0 | 42 | 323 | 26 | 70 |
| Binary | 1111000 | 10001111 | 10101000 | 11101 | 1111 | 0 | 100010 | 11010011 | 10110 | 111000 |
Color Harmonies of #788FA8
Complementary color
Monochromatic Colors of #788FA8
Black with #788FA8
Text Example
Text Example
White with #788FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FA8; }
p { color: rgb(120,143,168); }
H1.HeaderClassName
{
color: #788FA8;
}
.AnyTagClassName
{
color: #788FA8;
}
</style>
background-color css
<style>
a { background-color: #788FA8; }
a { background-color: rgb(120,143,168); }
div.DivClassName
{
background-color: #788FA8;
}
.BgClassName
{
background-color: #788FA8;
}
</style>
border-color css
<style>
span { border-color: #788FA8; }
span { border-color: rgb(120,143,168); }
td.TdClassName
{
border-color: #788FA8;
}
.TagClassName
{
border-color: #788FA8;
}
</style>