Shades of Slate Grey #657E9F
Tints of Slate Grey #657E9F
RGB
CMYK
RGB Variations
Color information
#657E9F (or 0x657E9F) is known color: Slate Grey. HEX triplet: 65, 7E and 9F. RGB value is (101,126,159). Sum of RGB (Red+Green+Blue) = 101+126+159=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #657E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657E9F is #9A8160. Grayscale: #7A7A7A. Windows color (decimal): -10125665 or 10452581. OLE color: 10452581.
HSL color Cylindrical-coordinate representation of color #657E9F: hue angle of 214.14º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #657E9F is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 126 | 159 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.38 |
| HSL | 214.14º | 0.23% | 0.51% | - |
| HSV(B) | 214.14º | 0.36% | 0.62% | - |
| XYZ | 19.09 | 20.19 | 35.69 | - |
| YUV | 122.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 159 | 0.36 | 0.21 | 0 | 0.38 | 214.14 | 0.23 | 0.51 |
| Hex | 65 | 7E | 9F | 24 | 15 | 0 | 26 | D6 | 17 | 33 |
| Octal | 145 | 176 | 237 | 44 | 25 | 0 | 46 | 326 | 27 | 63 |
| Binary | 1100101 | 1111110 | 10011111 | 100100 | 10101 | 0 | 100110 | 11010110 | 10111 | 110011 |
Color Harmonies of #657E9F
Complementary color
Monochromatic Colors of #657E9F
Black with #657E9F
Text Example
Text Example
White with #657E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E9F; }
p { color: rgb(101,126,159); }
H1.HeaderClassName
{
color: #657E9F;
}
.AnyTagClassName
{
color: #657E9F;
}
</style>
background-color css
<style>
a { background-color: #657E9F; }
a { background-color: rgb(101,126,159); }
div.DivClassName
{
background-color: #657E9F;
}
.BgClassName
{
background-color: #657E9F;
}
</style>
border-color css
<style>
span { border-color: #657E9F; }
span { border-color: rgb(101,126,159); }
td.TdClassName
{
border-color: #657E9F;
}
.TagClassName
{
border-color: #657E9F;
}
</style>