Shades of Light Slate Grey #74829D
Tints of Light Slate Grey #74829D
RGB
CMYK
RGB Variations
Color information
#74829D (or 0x74829D) is known color: Light Slate Grey. HEX triplet: 74, 82 and 9D. RGB value is (116,130,157). Sum of RGB (Red+Green+Blue) = 116+130+157=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #74829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74829D is #8B7D62. Grayscale: #808080. Windows color (decimal): -9141603 or 10322548. OLE color: 10322548.
HSL color Cylindrical-coordinate representation of color #74829D: hue angle of 219.51º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74829D is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 130 | 157 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.38 |
| HSL | 219.51º | 0.17% | 0.54% | - |
| HSV(B) | 219.51º | 0.26% | 0.62% | - |
| XYZ | 21.27 | 22.11 | 35.05 | - |
| YUV | 128.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 157 | 0.26 | 0.17 | 0 | 0.38 | 219.51 | 0.17 | 0.54 |
| Hex | 74 | 82 | 9D | 1A | 11 | 0 | 26 | DC | 11 | 36 |
| Octal | 164 | 202 | 235 | 32 | 21 | 0 | 46 | 334 | 21 | 66 |
| Binary | 1110100 | 10000010 | 10011101 | 11010 | 10001 | 0 | 100110 | 11011100 | 10001 | 110110 |
Color Harmonies of #74829D
Complementary color
Monochromatic Colors of #74829D
Black with #74829D
Text Example
Text Example
White with #74829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74829D; }
p { color: rgb(116,130,157); }
H1.HeaderClassName
{
color: #74829D;
}
.AnyTagClassName
{
color: #74829D;
}
</style>
background-color css
<style>
a { background-color: #74829D; }
a { background-color: rgb(116,130,157); }
div.DivClassName
{
background-color: #74829D;
}
.BgClassName
{
background-color: #74829D;
}
</style>
border-color css
<style>
span { border-color: #74829D; }
span { border-color: rgb(116,130,157); }
td.TdClassName
{
border-color: #74829D;
}
.TagClassName
{
border-color: #74829D;
}
</style>