Shades of Light Slate Grey #74849B
Tints of Light Slate Grey #74849B
RGB
CMYK
RGB Variations
Color information
#74849B (or 0x74849B) is known color: Light Slate Grey. HEX triplet: 74, 84 and 9B. RGB value is (116,132,155). Sum of RGB (Red+Green+Blue) = 116+132+155=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #74849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74849B is #8B7B64. Grayscale: #818181. Windows color (decimal): -9141093 or 10191988. OLE color: 10191988.
HSL color Cylindrical-coordinate representation of color #74849B: hue angle of 215.38º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74849B is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 132 | 155 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.39 |
| HSL | 215.38º | 0.16% | 0.53% | - |
| HSV(B) | 215.38º | 0.25% | 0.61% | - |
| XYZ | 21.37 | 22.58 | 34.24 | - |
| YUV | 129.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 155 | 0.25 | 0.15 | 0 | 0.39 | 215.38 | 0.16 | 0.53 |
| Hex | 74 | 84 | 9B | 19 | F | 0 | 27 | D7 | 10 | 35 |
| Octal | 164 | 204 | 233 | 31 | 17 | 0 | 47 | 327 | 20 | 65 |
| Binary | 1110100 | 10000100 | 10011011 | 11001 | 1111 | 0 | 100111 | 11010111 | 10000 | 110101 |
Color Harmonies of #74849B
Complementary color
Monochromatic Colors of #74849B
Black with #74849B
Text Example
Text Example
White with #74849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74849B; }
p { color: rgb(116,132,155); }
H1.HeaderClassName
{
color: #74849B;
}
.AnyTagClassName
{
color: #74849B;
}
</style>
background-color css
<style>
a { background-color: #74849B; }
a { background-color: rgb(116,132,155); }
div.DivClassName
{
background-color: #74849B;
}
.BgClassName
{
background-color: #74849B;
}
</style>
border-color css
<style>
span { border-color: #74849B; }
span { border-color: rgb(116,132,155); }
td.TdClassName
{
border-color: #74849B;
}
.TagClassName
{
border-color: #74849B;
}
</style>