Shades of Slate Grey #748095
Tints of Slate Grey #748095
RGB
CMYK
RGB Variations
Color information
#748095 (or 0x748095) is known color: Slate Grey. HEX triplet: 74, 80 and 95. RGB value is (116,128,149). Sum of RGB (Red+Green+Blue) = 116+128+149=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #748095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748095 is #8B7F6A. Grayscale: #7E7E7E. Windows color (decimal): -9142123 or 9797748. OLE color: 9797748.
HSL color Cylindrical-coordinate representation of color #748095: hue angle of 218.18º 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 #748095 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 128 | 149 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.42 |
| HSL | 218.18º | 0.13% | 0.52% | - |
| HSV(B) | 218.18º | 0.22% | 0.58% | - |
| XYZ | 20.35 | 21.32 | 31.48 | - |
| YUV | 126.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 149 | 0.22 | 0.14 | 0 | 0.42 | 218.18 | 0.13 | 0.52 |
| Hex | 74 | 80 | 95 | 16 | E | 0 | 2A | DA | D | 34 |
| Octal | 164 | 200 | 225 | 26 | 16 | 0 | 52 | 332 | 15 | 64 |
| Binary | 1110100 | 10000000 | 10010101 | 10110 | 1110 | 0 | 101010 | 11011010 | 1101 | 110100 |
Color Harmonies of #748095
Complementary color
Monochromatic Colors of #748095
Black with #748095
Text Example
Text Example
White with #748095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748095; }
p { color: rgb(116,128,149); }
H1.HeaderClassName
{
color: #748095;
}
.AnyTagClassName
{
color: #748095;
}
</style>
background-color css
<style>
a { background-color: #748095; }
a { background-color: rgb(116,128,149); }
div.DivClassName
{
background-color: #748095;
}
.BgClassName
{
background-color: #748095;
}
</style>
border-color css
<style>
span { border-color: #748095; }
span { border-color: rgb(116,128,149); }
td.TdClassName
{
border-color: #748095;
}
.TagClassName
{
border-color: #748095;
}
</style>