Shades of Slate Grey #707B9A
Tints of Slate Grey #707B9A
RGB
CMYK
RGB Variations
Color information
#707B9A (or 0x707B9A) is known color: Slate Grey. HEX triplet: 70, 7B and 9A. RGB value is (112,123,154). Sum of RGB (Red+Green+Blue) = 112+123+154=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: blue. Hex color #707B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B9A is #8F8465. Grayscale: #7B7B7B. Windows color (decimal): -9405542 or 10124144. OLE color: 10124144.
HSL color Cylindrical-coordinate representation of color #707B9A: hue angle of 224.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707B9A is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 123 | 154 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.40 |
| HSL | 224.29º | 0.17% | 0.52% | - |
| HSV(B) | 224.29º | 0.27% | 0.6% | - |
| XYZ | 19.6 | 19.94 | 33.39 | - |
| YUV | 123.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 154 | 0.27 | 0.20 | 0 | 0.40 | 224.29 | 0.17 | 0.52 |
| Hex | 70 | 7B | 9A | 1B | 14 | 0 | 28 | E0 | 11 | 34 |
| Octal | 160 | 173 | 232 | 33 | 24 | 0 | 50 | 340 | 21 | 64 |
| Binary | 1110000 | 1111011 | 10011010 | 11011 | 10100 | 0 | 101000 | 11100000 | 10001 | 110100 |
Color Harmonies of #707B9A
Complementary color
Monochromatic Colors of #707B9A
Black with #707B9A
Text Example
Text Example
White with #707B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B9A; }
p { color: rgb(112,123,154); }
H1.HeaderClassName
{
color: #707B9A;
}
.AnyTagClassName
{
color: #707B9A;
}
</style>
background-color css
<style>
a { background-color: #707B9A; }
a { background-color: rgb(112,123,154); }
div.DivClassName
{
background-color: #707B9A;
}
.BgClassName
{
background-color: #707B9A;
}
</style>
border-color css
<style>
span { border-color: #707B9A; }
span { border-color: rgb(112,123,154); }
td.TdClassName
{
border-color: #707B9A;
}
.TagClassName
{
border-color: #707B9A;
}
</style>