Shades of Light Slate Grey #7A8CA2
Tints of Light Slate Grey #7A8CA2
RGB
CMYK
RGB Variations
Color information
#7A8CA2 (or 0x7A8CA2) is known color: Light Slate Grey. HEX triplet: 7A, 8C and A2. RGB value is (122,140,162). Sum of RGB (Red+Green+Blue) = 122+140+162=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 162 - color contains mainly: blue. Hex color #7A8CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8CA2 is #85735D. Grayscale: #898989. Windows color (decimal): -8745822 or 10652794. OLE color: 10652794.
HSL color Cylindrical-coordinate representation of color #7A8CA2: hue angle of 213º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A8CA2 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 122 | 140 | 162 | - |
CMYK | 0.25 | 0.14 | 0 | 0.36 |
HSL | 213º | 0.18% | 0.56% | - |
HSV(B) | 213º | 0.25% | 0.64% | - |
XYZ | 23.93 | 25.5 | 37.84 | - |
YUV | 137.13 | 142.04 | 117.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 140 | 162 | 0.25 | 0.14 | 0 | 0.36 | 213 | 0.18 | 0.56 |
Hex | 7A | 8C | A2 | 19 | E | 0 | 24 | D5 | 12 | 38 |
Octal | 172 | 214 | 242 | 31 | 16 | 0 | 44 | 325 | 22 | 70 |
Binary | 1111010 | 10001100 | 10100010 | 11001 | 1110 | 0 | 100100 | 11010101 | 10010 | 111000 |
Color Harmonies of #7A8CA2
Complementary color
Monochromatic Colors of #7A8CA2
Black with #7A8CA2
Text Example
Text Example
White with #7A8CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CA2; }
p { color: rgb(122,140,162); }
H1.HeaderClassName
{
color: #7A8CA2;
}
.AnyTagClassName
{
color: #7A8CA2;
}
</style>
background-color css
<style>
a { background-color: #7A8CA2; }
a { background-color: rgb(122,140,162); }
div.DivClassName
{
background-color: #7A8CA2;
}
.BgClassName
{
background-color: #7A8CA2;
}
</style>
border-color css
<style>
span { border-color: #7A8CA2; }
span { border-color: rgb(122,140,162); }
td.TdClassName
{
border-color: #7A8CA2;
}
.TagClassName
{
border-color: #7A8CA2;
}
</style>