Shades of Light Slate Grey #7D8FA4
Tints of Light Slate Grey #7D8FA4
RGB
CMYK
RGB Variations
Color information
#7D8FA4 (or 0x7D8FA4) is known color: Light Slate Grey. HEX triplet: 7D, 8F and A4. RGB value is (125,143,164). Sum of RGB (Red+Green+Blue) = 125+143+164=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 164 - color contains mainly: blue. Hex color #7D8FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8FA4 is #82705B. Grayscale: #8B8B8B. Windows color (decimal): -8548444 or 10784637. OLE color: 10784637.
HSL color Cylindrical-coordinate representation of color #7D8FA4: hue angle of 212.31º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D8FA4 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 143 | 164 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.36 |
| HSL | 212.31º | 0.18% | 0.57% | - |
| HSV(B) | 212.31º | 0.24% | 0.64% | - |
| XYZ | 24.98 | 26.69 | 38.96 | - |
| YUV | 140.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 143 | 164 | 0.24 | 0.13 | 0 | 0.36 | 212.31 | 0.18 | 0.57 |
| Hex | 7D | 8F | A4 | 18 | D | 0 | 24 | D4 | 12 | 39 |
| Octal | 175 | 217 | 244 | 30 | 15 | 0 | 44 | 324 | 22 | 71 |
| Binary | 1111101 | 10001111 | 10100100 | 11000 | 1101 | 0 | 100100 | 11010100 | 10010 | 111001 |
Color Harmonies of #7D8FA4
Complementary color
Monochromatic Colors of #7D8FA4
Black with #7D8FA4
Text Example
Text Example
White with #7D8FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8FA4; }
p { color: rgb(125,143,164); }
H1.HeaderClassName
{
color: #7D8FA4;
}
.AnyTagClassName
{
color: #7D8FA4;
}
</style>
background-color css
<style>
a { background-color: #7D8FA4; }
a { background-color: rgb(125,143,164); }
div.DivClassName
{
background-color: #7D8FA4;
}
.BgClassName
{
background-color: #7D8FA4;
}
</style>
border-color css
<style>
span { border-color: #7D8FA4; }
span { border-color: rgb(125,143,164); }
td.TdClassName
{
border-color: #7D8FA4;
}
.TagClassName
{
border-color: #7D8FA4;
}
</style>