Shades of Light Slate Grey #748298
Tints of Light Slate Grey #748298
RGB
CMYK
RGB Variations
Color information
#748298 (or 0x748298) is known color: Light Slate Grey. HEX triplet: 74, 82 and 98. RGB value is (116,130,152). Sum of RGB (Red+Green+Blue) = 116+130+152=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #748298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748298 is #8B7D67. Grayscale: #808080. Windows color (decimal): -9141608 or 9994868. OLE color: 9994868.
HSL color Cylindrical-coordinate representation of color #748298: hue angle of 216.67º 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 #748298 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 130 | 152 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.40 |
| HSL | 216.67º | 0.15% | 0.53% | - |
| HSV(B) | 216.67º | 0.24% | 0.6% | - |
| XYZ | 20.85 | 21.95 | 32.84 | - |
| YUV | 128.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 152 | 0.24 | 0.14 | 0 | 0.40 | 216.67 | 0.15 | 0.53 |
| Hex | 74 | 82 | 98 | 18 | E | 0 | 28 | D9 | F | 35 |
| Octal | 164 | 202 | 230 | 30 | 16 | 0 | 50 | 331 | 17 | 65 |
| Binary | 1110100 | 10000010 | 10011000 | 11000 | 1110 | 0 | 101000 | 11011001 | 1111 | 110101 |
Color Harmonies of #748298
Complementary color
Monochromatic Colors of #748298
Black with #748298
Text Example
Text Example
White with #748298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748298; }
p { color: rgb(116,130,152); }
H1.HeaderClassName
{
color: #748298;
}
.AnyTagClassName
{
color: #748298;
}
</style>
background-color css
<style>
a { background-color: #748298; }
a { background-color: rgb(116,130,152); }
div.DivClassName
{
background-color: #748298;
}
.BgClassName
{
background-color: #748298;
}
</style>
border-color css
<style>
span { border-color: #748298; }
span { border-color: rgb(116,130,152); }
td.TdClassName
{
border-color: #748298;
}
.TagClassName
{
border-color: #748298;
}
</style>