Shades of Light Slate Grey #748596
Tints of Light Slate Grey #748596
RGB
CMYK
RGB Variations
Color information
#748596 (or 0x748596) is known color: Light Slate Grey. HEX triplet: 74, 85 and 96. RGB value is (116,133,150). Sum of RGB (Red+Green+Blue) = 116+133+150=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #748596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748596 is #8B7A69. Grayscale: #818181. Windows color (decimal): -9140842 or 9864564. OLE color: 9864564.
HSL color Cylindrical-coordinate representation of color #748596: hue angle of 210º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748596 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 133 | 150 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.41 |
| HSL | 210º | 0.14% | 0.52% | - |
| HSV(B) | 210º | 0.23% | 0.59% | - |
| XYZ | 21.1 | 22.69 | 32.12 | - |
| YUV | 129.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 150 | 0.23 | 0.11 | 0 | 0.41 | 210 | 0.14 | 0.52 |
| Hex | 74 | 85 | 96 | 17 | B | 0 | 29 | D2 | E | 34 |
| Octal | 164 | 205 | 226 | 27 | 13 | 0 | 51 | 322 | 16 | 64 |
| Binary | 1110100 | 10000101 | 10010110 | 10111 | 1011 | 0 | 101001 | 11010010 | 1110 | 110100 |
Color Harmonies of #748596
Complementary color
Monochromatic Colors of #748596
Black with #748596
Text Example
Text Example
White with #748596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748596; }
p { color: rgb(116,133,150); }
H1.HeaderClassName
{
color: #748596;
}
.AnyTagClassName
{
color: #748596;
}
</style>
background-color css
<style>
a { background-color: #748596; }
a { background-color: rgb(116,133,150); }
div.DivClassName
{
background-color: #748596;
}
.BgClassName
{
background-color: #748596;
}
</style>
border-color css
<style>
span { border-color: #748596; }
span { border-color: rgb(116,133,150); }
td.TdClassName
{
border-color: #748596;
}
.TagClassName
{
border-color: #748596;
}
</style>