Shades of Slate Grey #657A8F
Tints of Slate Grey #657A8F
RGB
CMYK
RGB Variations
Color information
#657A8F (or 0x657A8F) is known color: Slate Grey. HEX triplet: 65, 7A and 8F. RGB value is (101,122,143). Sum of RGB (Red+Green+Blue) = 101+122+143=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 143 - color contains mainly: blue. Hex color #657A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A8F is #9A8570. Grayscale: #767676. Windows color (decimal): -10126705 or 9402981. OLE color: 9402981.
HSL color Cylindrical-coordinate representation of color #657A8F: hue angle of 210º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #657A8F is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 122 | 143 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.44 |
| HSL | 210º | 0.17% | 0.48% | - |
| HSV(B) | 210º | 0.29% | 0.56% | - |
| XYZ | 17.28 | 18.67 | 28.68 | - |
| YUV | 118.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 143 | 0.29 | 0.15 | 0 | 0.44 | 210 | 0.17 | 0.48 |
| Hex | 65 | 7A | 8F | 1D | F | 0 | 2C | D2 | 11 | 30 |
| Octal | 145 | 172 | 217 | 35 | 17 | 0 | 54 | 322 | 21 | 60 |
| Binary | 1100101 | 1111010 | 10001111 | 11101 | 1111 | 0 | 101100 | 11010010 | 10001 | 110000 |
Color Harmonies of #657A8F
Complementary color
Monochromatic Colors of #657A8F
Black with #657A8F
Text Example
Text Example
White with #657A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A8F; }
p { color: rgb(101,122,143); }
H1.HeaderClassName
{
color: #657A8F;
}
.AnyTagClassName
{
color: #657A8F;
}
</style>
background-color css
<style>
a { background-color: #657A8F; }
a { background-color: rgb(101,122,143); }
div.DivClassName
{
background-color: #657A8F;
}
.BgClassName
{
background-color: #657A8F;
}
</style>
border-color css
<style>
span { border-color: #657A8F; }
span { border-color: rgb(101,122,143); }
td.TdClassName
{
border-color: #657A8F;
}
.TagClassName
{
border-color: #657A8F;
}
</style>