Shades of Light Slate Grey #74899E
Tints of Light Slate Grey #74899E
RGB
CMYK
RGB Variations
Color information
#74899E (or 0x74899E) is known color: Light Slate Grey. HEX triplet: 74, 89 and 9E. RGB value is (116,137,158). Sum of RGB (Red+Green+Blue) = 116+137+158=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #74899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74899E is #8B7661. Grayscale: #858585. Windows color (decimal): -9139810 or 10389876. OLE color: 10389876.
HSL color Cylindrical-coordinate representation of color #74899E: hue angle of 210º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74899E is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 137 | 158 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.38 |
| HSL | 210º | 0.18% | 0.54% | - |
| HSV(B) | 210º | 0.27% | 0.62% | - |
| XYZ | 22.32 | 24.07 | 35.82 | - |
| YUV | 133.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 158 | 0.27 | 0.13 | 0 | 0.38 | 210 | 0.18 | 0.54 |
| Hex | 74 | 89 | 9E | 1B | D | 0 | 26 | D2 | 12 | 36 |
| Octal | 164 | 211 | 236 | 33 | 15 | 0 | 46 | 322 | 22 | 66 |
| Binary | 1110100 | 10001001 | 10011110 | 11011 | 1101 | 0 | 100110 | 11010010 | 10010 | 110110 |
Color Harmonies of #74899E
Complementary color
Monochromatic Colors of #74899E
Black with #74899E
Text Example
Text Example
White with #74899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74899E; }
p { color: rgb(116,137,158); }
H1.HeaderClassName
{
color: #74899E;
}
.AnyTagClassName
{
color: #74899E;
}
</style>
background-color css
<style>
a { background-color: #74899E; }
a { background-color: rgb(116,137,158); }
div.DivClassName
{
background-color: #74899E;
}
.BgClassName
{
background-color: #74899E;
}
</style>
border-color css
<style>
span { border-color: #74899E; }
span { border-color: rgb(116,137,158); }
td.TdClassName
{
border-color: #74899E;
}
.TagClassName
{
border-color: #74899E;
}
</style>