Shades of Slate Grey #657B95
Tints of Slate Grey #657B95
RGB
CMYK
RGB Variations
Color information
#657B95 (or 0x657B95) is known color: Slate Grey. HEX triplet: 65, 7B and 95. RGB value is (101,123,149). Sum of RGB (Red+Green+Blue) = 101+123+149=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #657B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B95 is #9A846A. Grayscale: #777777. Windows color (decimal): -10126443 or 9796453. OLE color: 9796453.
HSL color Cylindrical-coordinate representation of color #657B95: hue angle of 212.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #657B95 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 123 | 149 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.42 |
| HSL | 212.5º | 0.19% | 0.49% | - |
| HSV(B) | 212.5º | 0.32% | 0.58% | - |
| XYZ | 17.87 | 19.1 | 31.18 | - |
| YUV | 119.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 149 | 0.32 | 0.17 | 0 | 0.42 | 212.5 | 0.19 | 0.49 |
| Hex | 65 | 7B | 95 | 20 | 11 | 0 | 2A | D4 | 13 | 31 |
| Octal | 145 | 173 | 225 | 40 | 21 | 0 | 52 | 324 | 23 | 61 |
| Binary | 1100101 | 1111011 | 10010101 | 100000 | 10001 | 0 | 101010 | 11010100 | 10011 | 110001 |
Color Harmonies of #657B95
Complementary color
Monochromatic Colors of #657B95
Black with #657B95
Text Example
Text Example
White with #657B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657B95; }
p { color: rgb(101,123,149); }
H1.HeaderClassName
{
color: #657B95;
}
.AnyTagClassName
{
color: #657B95;
}
</style>
background-color css
<style>
a { background-color: #657B95; }
a { background-color: rgb(101,123,149); }
div.DivClassName
{
background-color: #657B95;
}
.BgClassName
{
background-color: #657B95;
}
</style>
border-color css
<style>
span { border-color: #657B95; }
span { border-color: rgb(101,123,149); }
td.TdClassName
{
border-color: #657B95;
}
.TagClassName
{
border-color: #657B95;
}
</style>