Shades of Light Slate Grey #788BA1
Tints of Light Slate Grey #788BA1
RGB
CMYK
RGB Variations
Color information
#788BA1 (or 0x788BA1) is known color: Light Slate Grey. HEX triplet: 78, 8B and A1. RGB value is (120,139,161). Sum of RGB (Red+Green+Blue) = 120+139+161=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 161 - color contains mainly: blue. Hex color #788BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788BA1 is #87745E. Grayscale: #878787. Windows color (decimal): -8877151 or 10587000. OLE color: 10587000.
HSL color Cylindrical-coordinate representation of color #788BA1: hue angle of 212.2º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #788BA1 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 139 | 161 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.37 |
| HSL | 212.2º | 0.18% | 0.55% | - |
| HSV(B) | 212.2º | 0.25% | 0.63% | - |
| XYZ | 23.41 | 25.03 | 37.32 | - |
| YUV | 135.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 161 | 0.25 | 0.14 | 0 | 0.37 | 212.2 | 0.18 | 0.55 |
| Hex | 78 | 8B | A1 | 19 | E | 0 | 25 | D4 | 12 | 37 |
| Octal | 170 | 213 | 241 | 31 | 16 | 0 | 45 | 324 | 22 | 67 |
| Binary | 1111000 | 10001011 | 10100001 | 11001 | 1110 | 0 | 100101 | 11010100 | 10010 | 110111 |
Color Harmonies of #788BA1
Complementary color
Monochromatic Colors of #788BA1
Black with #788BA1
Text Example
Text Example
White with #788BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BA1; }
p { color: rgb(120,139,161); }
H1.HeaderClassName
{
color: #788BA1;
}
.AnyTagClassName
{
color: #788BA1;
}
</style>
background-color css
<style>
a { background-color: #788BA1; }
a { background-color: rgb(120,139,161); }
div.DivClassName
{
background-color: #788BA1;
}
.BgClassName
{
background-color: #788BA1;
}
</style>
border-color css
<style>
span { border-color: #788BA1; }
span { border-color: rgb(120,139,161); }
td.TdClassName
{
border-color: #788BA1;
}
.TagClassName
{
border-color: #788BA1;
}
</style>