Shades of Light Slate Grey #748694
Tints of Light Slate Grey #748694
RGB
CMYK
RGB Variations
Color information
#748694 (or 0x748694) is known color: Light Slate Grey. HEX triplet: 74, 86 and 94. RGB value is (116,134,148). Sum of RGB (Red+Green+Blue) = 116+134+148=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #748694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748694 is #8B796B. Grayscale: #828282. Windows color (decimal): -9140588 or 9733748. OLE color: 9733748.
HSL color Cylindrical-coordinate representation of color #748694: hue angle of 206.25º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748694 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 134 | 148 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.42 |
| HSL | 206.25º | 0.13% | 0.52% | - |
| HSV(B) | 206.25º | 0.22% | 0.58% | - |
| XYZ | 21.07 | 22.9 | 31.33 | - |
| YUV | 130.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 148 | 0.22 | 0.09 | 0 | 0.42 | 206.25 | 0.13 | 0.52 |
| Hex | 74 | 86 | 94 | 16 | 9 | 0 | 2A | CE | D | 34 |
| Octal | 164 | 206 | 224 | 26 | 11 | 0 | 52 | 316 | 15 | 64 |
| Binary | 1110100 | 10000110 | 10010100 | 10110 | 1001 | 0 | 101010 | 11001110 | 1101 | 110100 |
Color Harmonies of #748694
Complementary color
Monochromatic Colors of #748694
Black with #748694
Text Example
Text Example
White with #748694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748694; }
p { color: rgb(116,134,148); }
H1.HeaderClassName
{
color: #748694;
}
.AnyTagClassName
{
color: #748694;
}
</style>
background-color css
<style>
a { background-color: #748694; }
a { background-color: rgb(116,134,148); }
div.DivClassName
{
background-color: #748694;
}
.BgClassName
{
background-color: #748694;
}
</style>
border-color css
<style>
span { border-color: #748694; }
span { border-color: rgb(116,134,148); }
td.TdClassName
{
border-color: #748694;
}
.TagClassName
{
border-color: #748694;
}
</style>