Shades of Slate Grey #748593
Tints of Slate Grey #748593
RGB
CMYK
RGB Variations
Color information
#748593 (or 0x748593) is known color: Slate Grey. HEX triplet: 74, 85 and 93. RGB value is (116,133,147). Sum of RGB (Red+Green+Blue) = 116+133+147=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 147 - color contains mainly: blue. Hex color #748593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748593 is #8B7A6C. Grayscale: #818181. Windows color (decimal): -9140845 or 9667956. OLE color: 9667956.
HSL color Cylindrical-coordinate representation of color #748593: hue angle of 207.1º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #748593 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 133 | 147 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.42 |
| HSL | 207.1º | 0.13% | 0.52% | - |
| HSV(B) | 207.1º | 0.21% | 0.58% | - |
| XYZ | 20.86 | 22.59 | 30.87 | - |
| YUV | 129.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 147 | 0.21 | 0.10 | 0 | 0.42 | 207.1 | 0.13 | 0.52 |
| Hex | 74 | 85 | 93 | 15 | A | 0 | 2A | CF | D | 34 |
| Octal | 164 | 205 | 223 | 25 | 12 | 0 | 52 | 317 | 15 | 64 |
| Binary | 1110100 | 10000101 | 10010011 | 10101 | 1010 | 0 | 101010 | 11001111 | 1101 | 110100 |
Color Harmonies of #748593
Complementary color
Monochromatic Colors of #748593
Black with #748593
Text Example
Text Example
White with #748593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748593; }
p { color: rgb(116,133,147); }
H1.HeaderClassName
{
color: #748593;
}
.AnyTagClassName
{
color: #748593;
}
</style>
background-color css
<style>
a { background-color: #748593; }
a { background-color: rgb(116,133,147); }
div.DivClassName
{
background-color: #748593;
}
.BgClassName
{
background-color: #748593;
}
</style>
border-color css
<style>
span { border-color: #748593; }
span { border-color: rgb(116,133,147); }
td.TdClassName
{
border-color: #748593;
}
.TagClassName
{
border-color: #748593;
}
</style>