Shades of Light Slate Grey #7A90A4
Tints of Light Slate Grey #7A90A4
RGB
CMYK
RGB Variations
Color information
#7A90A4 (or 0x7A90A4) is known color: Light Slate Grey. HEX triplet: 7A, 90 and A4. RGB value is (122,144,164). Sum of RGB (Red+Green+Blue) = 122+144+164=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A90A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A90A4 is #856F5B. Grayscale: #8B8B8B. Windows color (decimal): -8744796 or 10784890. OLE color: 10784890.
HSL color Cylindrical-coordinate representation of color #7A90A4: hue angle of 208.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A90A4 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 144 | 164 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.36 |
| HSL | 208.57º | 0.19% | 0.56% | - |
| HSV(B) | 208.57º | 0.26% | 0.64% | - |
| XYZ | 24.7 | 26.76 | 38.99 | - |
| YUV | 139.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 164 | 0.26 | 0.12 | 0 | 0.36 | 208.57 | 0.19 | 0.56 |
| Hex | 7A | 90 | A4 | 1A | C | 0 | 24 | D1 | 13 | 38 |
| Octal | 172 | 220 | 244 | 32 | 14 | 0 | 44 | 321 | 23 | 70 |
| Binary | 1111010 | 10010000 | 10100100 | 11010 | 1100 | 0 | 100100 | 11010001 | 10011 | 111000 |
Color Harmonies of #7A90A4
Complementary color
Monochromatic Colors of #7A90A4
Black with #7A90A4
Text Example
Text Example
White with #7A90A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90A4; }
p { color: rgb(122,144,164); }
H1.HeaderClassName
{
color: #7A90A4;
}
.AnyTagClassName
{
color: #7A90A4;
}
</style>
background-color css
<style>
a { background-color: #7A90A4; }
a { background-color: rgb(122,144,164); }
div.DivClassName
{
background-color: #7A90A4;
}
.BgClassName
{
background-color: #7A90A4;
}
</style>
border-color css
<style>
span { border-color: #7A90A4; }
span { border-color: rgb(122,144,164); }
td.TdClassName
{
border-color: #7A90A4;
}
.TagClassName
{
border-color: #7A90A4;
}
</style>