Shades of Slate Grey #657F9B
Tints of Slate Grey #657F9B
RGB
CMYK
RGB Variations
Color information
#657F9B (or 0x657F9B) is known color: Slate Grey. HEX triplet: 65, 7F and 9B. RGB value is (101,127,155). Sum of RGB (Red+Green+Blue) = 101+127+155=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #657F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657F9B is #9A8064. Grayscale: #7A7A7A. Windows color (decimal): -10125413 or 10190693. OLE color: 10190693.
HSL color Cylindrical-coordinate representation of color #657F9B: hue angle of 211.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #657F9B is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 127 | 155 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.39 |
| HSL | 211.11º | 0.21% | 0.5% | - |
| HSV(B) | 211.11º | 0.35% | 0.61% | - |
| XYZ | 18.87 | 20.31 | 33.94 | - |
| YUV | 122.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 155 | 0.35 | 0.18 | 0 | 0.39 | 211.11 | 0.21 | 0.5 |
| Hex | 65 | 7F | 9B | 23 | 12 | 0 | 27 | D3 | 15 | 32 |
| Octal | 145 | 177 | 233 | 43 | 22 | 0 | 47 | 323 | 25 | 62 |
| Binary | 1100101 | 1111111 | 10011011 | 100011 | 10010 | 0 | 100111 | 11010011 | 10101 | 110010 |
Color Harmonies of #657F9B
Complementary color
Monochromatic Colors of #657F9B
Black with #657F9B
Text Example
Text Example
White with #657F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F9B; }
p { color: rgb(101,127,155); }
H1.HeaderClassName
{
color: #657F9B;
}
.AnyTagClassName
{
color: #657F9B;
}
</style>
background-color css
<style>
a { background-color: #657F9B; }
a { background-color: rgb(101,127,155); }
div.DivClassName
{
background-color: #657F9B;
}
.BgClassName
{
background-color: #657F9B;
}
</style>
border-color css
<style>
span { border-color: #657F9B; }
span { border-color: rgb(101,127,155); }
td.TdClassName
{
border-color: #657F9B;
}
.TagClassName
{
border-color: #657F9B;
}
</style>