Shades of Light Slate Grey #7A90A7
Tints of Light Slate Grey #7A90A7
RGB
CMYK
RGB Variations
Color information
#7A90A7 (or 0x7A90A7) is known color: Light Slate Grey. HEX triplet: 7A, 90 and A7. RGB value is (122,144,167). Sum of RGB (Red+Green+Blue) = 122+144+167=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 167 - color contains mainly: blue. Hex color #7A90A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A90A7 is #856F58. Grayscale: #8B8B8B. Windows color (decimal): -8744793 or 10981498. OLE color: 10981498.
HSL color Cylindrical-coordinate representation of color #7A90A7: hue angle of 210.67º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A90A7 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 144 | 167 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.35 |
| HSL | 210.67º | 0.2% | 0.57% | - |
| HSV(B) | 210.67º | 0.27% | 0.65% | - |
| XYZ | 24.97 | 26.87 | 40.43 | - |
| YUV | 140.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 167 | 0.27 | 0.14 | 0 | 0.35 | 210.67 | 0.2 | 0.57 |
| Hex | 7A | 90 | A7 | 1B | E | 0 | 23 | D3 | 14 | 39 |
| Octal | 172 | 220 | 247 | 33 | 16 | 0 | 43 | 323 | 24 | 71 |
| Binary | 1111010 | 10010000 | 10100111 | 11011 | 1110 | 0 | 100011 | 11010011 | 10100 | 111001 |
Color Harmonies of #7A90A7
Complementary color
Monochromatic Colors of #7A90A7
Black with #7A90A7
Text Example
Text Example
White with #7A90A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90A7; }
p { color: rgb(122,144,167); }
H1.HeaderClassName
{
color: #7A90A7;
}
.AnyTagClassName
{
color: #7A90A7;
}
</style>
background-color css
<style>
a { background-color: #7A90A7; }
a { background-color: rgb(122,144,167); }
div.DivClassName
{
background-color: #7A90A7;
}
.BgClassName
{
background-color: #7A90A7;
}
</style>
border-color css
<style>
span { border-color: #7A90A7; }
span { border-color: rgb(122,144,167); }
td.TdClassName
{
border-color: #7A90A7;
}
.TagClassName
{
border-color: #7A90A7;
}
</style>