Shades of Light Slate Grey #788AA2
Tints of Light Slate Grey #788AA2
RGB
CMYK
RGB Variations
Color information
#788AA2 (or 0x788AA2) is known color: Light Slate Grey. HEX triplet: 78, 8A and A2. RGB value is (120,138,162). Sum of RGB (Red+Green+Blue) = 120+138+162=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 162 - color contains mainly: blue. Hex color #788AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AA2 is #87755D. Grayscale: #878787. Windows color (decimal): -8877406 or 10652280. OLE color: 10652280.
HSL color Cylindrical-coordinate representation of color #788AA2: hue angle of 214.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #788AA2 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 138 | 162 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.36 |
| HSL | 214.29º | 0.18% | 0.55% | - |
| HSV(B) | 214.29º | 0.26% | 0.64% | - |
| XYZ | 23.36 | 24.78 | 37.73 | - |
| YUV | 135.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 162 | 0.26 | 0.15 | 0 | 0.36 | 214.29 | 0.18 | 0.55 |
| Hex | 78 | 8A | A2 | 1A | F | 0 | 24 | D6 | 12 | 37 |
| Octal | 170 | 212 | 242 | 32 | 17 | 0 | 44 | 326 | 22 | 67 |
| Binary | 1111000 | 10001010 | 10100010 | 11010 | 1111 | 0 | 100100 | 11010110 | 10010 | 110111 |
Color Harmonies of #788AA2
Complementary color
Monochromatic Colors of #788AA2
Black with #788AA2
Text Example
Text Example
White with #788AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788AA2; }
p { color: rgb(120,138,162); }
H1.HeaderClassName
{
color: #788AA2;
}
.AnyTagClassName
{
color: #788AA2;
}
</style>
background-color css
<style>
a { background-color: #788AA2; }
a { background-color: rgb(120,138,162); }
div.DivClassName
{
background-color: #788AA2;
}
.BgClassName
{
background-color: #788AA2;
}
</style>
border-color css
<style>
span { border-color: #788AA2; }
span { border-color: rgb(120,138,162); }
td.TdClassName
{
border-color: #788AA2;
}
.TagClassName
{
border-color: #788AA2;
}
</style>