Shades of Light Slate Grey #748599
Tints of Light Slate Grey #748599
RGB
CMYK
RGB Variations
Color information
#748599 (or 0x748599) is known color: Light Slate Grey. HEX triplet: 74, 85 and 99. RGB value is (116,133,153). Sum of RGB (Red+Green+Blue) = 116+133+153=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #748599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748599 is #8B7A66. Grayscale: #828282. Windows color (decimal): -9140839 or 10061172. OLE color: 10061172.
HSL color Cylindrical-coordinate representation of color #748599: hue angle of 212.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #748599 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 133 | 153 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.4 |
| HSL | 212.43º | 0.15% | 0.53% | - |
| HSV(B) | 212.43º | 0.24% | 0.6% | - |
| XYZ | 21.34 | 22.79 | 33.41 | - |
| YUV | 130.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 153 | 0.24 | 0.13 | 0 | 0.4 | 212.43 | 0.15 | 0.53 |
| Hex | 74 | 85 | 99 | 18 | D | 0 | 28 | D4 | F | 35 |
| Octal | 164 | 205 | 231 | 30 | 15 | 0 | 50 | 324 | 17 | 65 |
| Binary | 1110100 | 10000101 | 10011001 | 11000 | 1101 | 0 | 101000 | 11010100 | 1111 | 110101 |
Color Harmonies of #748599
Complementary color
Monochromatic Colors of #748599
Black with #748599
Text Example
Text Example
White with #748599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748599; }
p { color: rgb(116,133,153); }
H1.HeaderClassName
{
color: #748599;
}
.AnyTagClassName
{
color: #748599;
}
</style>
background-color css
<style>
a { background-color: #748599; }
a { background-color: rgb(116,133,153); }
div.DivClassName
{
background-color: #748599;
}
.BgClassName
{
background-color: #748599;
}
</style>
border-color css
<style>
span { border-color: #748599; }
span { border-color: rgb(116,133,153); }
td.TdClassName
{
border-color: #748599;
}
.TagClassName
{
border-color: #748599;
}
</style>