Shades of Slate Grey #748295
Tints of Slate Grey #748295
RGB
CMYK
RGB Variations
Color information
#748295 (or 0x748295) is known color: Slate Grey. HEX triplet: 74, 82 and 95. RGB value is (116,130,149). Sum of RGB (Red+Green+Blue) = 116+130+149=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #748295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748295 is #8B7D6A. Grayscale: #7F7F7F. Windows color (decimal): -9141611 or 9798260. OLE color: 9798260.
HSL color Cylindrical-coordinate representation of color #748295: hue angle of 214.55º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748295 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 130 | 149 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.42 |
| HSL | 214.55º | 0.13% | 0.52% | - |
| HSV(B) | 214.55º | 0.22% | 0.58% | - |
| XYZ | 20.61 | 21.85 | 31.56 | - |
| YUV | 127.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 149 | 0.22 | 0.13 | 0 | 0.42 | 214.55 | 0.13 | 0.52 |
| Hex | 74 | 82 | 95 | 16 | D | 0 | 2A | D7 | D | 34 |
| Octal | 164 | 202 | 225 | 26 | 15 | 0 | 52 | 327 | 15 | 64 |
| Binary | 1110100 | 10000010 | 10010101 | 10110 | 1101 | 0 | 101010 | 11010111 | 1101 | 110100 |
Color Harmonies of #748295
Complementary color
Monochromatic Colors of #748295
Black with #748295
Text Example
Text Example
White with #748295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748295; }
p { color: rgb(116,130,149); }
H1.HeaderClassName
{
color: #748295;
}
.AnyTagClassName
{
color: #748295;
}
</style>
background-color css
<style>
a { background-color: #748295; }
a { background-color: rgb(116,130,149); }
div.DivClassName
{
background-color: #748295;
}
.BgClassName
{
background-color: #748295;
}
</style>
border-color css
<style>
span { border-color: #748295; }
span { border-color: rgb(116,130,149); }
td.TdClassName
{
border-color: #748295;
}
.TagClassName
{
border-color: #748295;
}
</style>