Shades of Slate Grey #707F9B
Tints of Slate Grey #707F9B
RGB
CMYK
RGB Variations
Color information
#707F9B (or 0x707F9B) is known color: Slate Grey. HEX triplet: 70, 7F and 9B. RGB value is (112,127,155). Sum of RGB (Red+Green+Blue) = 112+127+155=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #707F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F9B is #8F8064. Grayscale: #7D7D7D. Windows color (decimal): -9404517 or 10190704. OLE color: 10190704.
HSL color Cylindrical-coordinate representation of color #707F9B: hue angle of 219.07º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #707F9B is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 127 | 155 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.39 |
| HSL | 219.07º | 0.18% | 0.52% | - |
| HSV(B) | 219.07º | 0.28% | 0.61% | - |
| XYZ | 20.19 | 20.99 | 34 | - |
| YUV | 125.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 155 | 0.28 | 0.18 | 0 | 0.39 | 219.07 | 0.18 | 0.52 |
| Hex | 70 | 7F | 9B | 1C | 12 | 0 | 27 | DB | 12 | 34 |
| Octal | 160 | 177 | 233 | 34 | 22 | 0 | 47 | 333 | 22 | 64 |
| Binary | 1110000 | 1111111 | 10011011 | 11100 | 10010 | 0 | 100111 | 11011011 | 10010 | 110100 |
Color Harmonies of #707F9B
Complementary color
Monochromatic Colors of #707F9B
Black with #707F9B
Text Example
Text Example
White with #707F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F9B; }
p { color: rgb(112,127,155); }
H1.HeaderClassName
{
color: #707F9B;
}
.AnyTagClassName
{
color: #707F9B;
}
</style>
background-color css
<style>
a { background-color: #707F9B; }
a { background-color: rgb(112,127,155); }
div.DivClassName
{
background-color: #707F9B;
}
.BgClassName
{
background-color: #707F9B;
}
</style>
border-color css
<style>
span { border-color: #707F9B; }
span { border-color: rgb(112,127,155); }
td.TdClassName
{
border-color: #707F9B;
}
.TagClassName
{
border-color: #707F9B;
}
</style>