Shades of Light Slate Grey #748894
Tints of Light Slate Grey #748894
RGB
CMYK
RGB Variations
Color information
#748894 (or 0x748894) is known color: Light Slate Grey. HEX triplet: 74, 88 and 94. RGB value is (116,136,148). Sum of RGB (Red+Green+Blue) = 116+136+148=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 148 - color contains mainly: blue. Hex color #748894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748894 is #8B776B. Grayscale: #838383. Windows color (decimal): -9140076 or 9734260. OLE color: 9734260.
HSL color Cylindrical-coordinate representation of color #748894: hue angle of 202.5º 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 #748894 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 136 | 148 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.42 |
| HSL | 202.5º | 0.13% | 0.52% | - |
| HSV(B) | 202.5º | 0.22% | 0.58% | - |
| XYZ | 21.35 | 23.46 | 31.42 | - |
| YUV | 131.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 148 | 0.22 | 0.08 | 0 | 0.42 | 202.5 | 0.13 | 0.52 |
| Hex | 74 | 88 | 94 | 16 | 8 | 0 | 2A | CA | D | 34 |
| Octal | 164 | 210 | 224 | 26 | 10 | 0 | 52 | 312 | 15 | 64 |
| Binary | 1110100 | 10001000 | 10010100 | 10110 | 1000 | 0 | 101010 | 11001010 | 1101 | 110100 |
Color Harmonies of #748894
Complementary color
Monochromatic Colors of #748894
Black with #748894
Text Example
Text Example
White with #748894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748894; }
p { color: rgb(116,136,148); }
H1.HeaderClassName
{
color: #748894;
}
.AnyTagClassName
{
color: #748894;
}
</style>
background-color css
<style>
a { background-color: #748894; }
a { background-color: rgb(116,136,148); }
div.DivClassName
{
background-color: #748894;
}
.BgClassName
{
background-color: #748894;
}
</style>
border-color css
<style>
span { border-color: #748894; }
span { border-color: rgb(116,136,148); }
td.TdClassName
{
border-color: #748894;
}
.TagClassName
{
border-color: #748894;
}
</style>