Shades of Light Slate Grey #748893
Tints of Light Slate Grey #748893
RGB
CMYK
RGB Variations
Color information
#748893 (or 0x748893) is known color: Light Slate Grey. HEX triplet: 74, 88 and 93. RGB value is (116,136,147). Sum of RGB (Red+Green+Blue) = 116+136+147=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 147 - color contains mainly: blue. Hex color #748893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748893 is #8B776C. Grayscale: #838383. Windows color (decimal): -9140077 or 9668724. OLE color: 9668724.
HSL color Cylindrical-coordinate representation of color #748893: hue angle of 201.29º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #748893 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 136 | 147 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.42 |
| HSL | 201.29º | 0.13% | 0.52% | - |
| HSV(B) | 201.29º | 0.21% | 0.58% | - |
| XYZ | 21.27 | 23.43 | 31 | - |
| YUV | 131.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 147 | 0.21 | 0.07 | 0 | 0.42 | 201.29 | 0.13 | 0.52 |
| Hex | 74 | 88 | 93 | 15 | 7 | 0 | 2A | C9 | D | 34 |
| Octal | 164 | 210 | 223 | 25 | 7 | 0 | 52 | 311 | 15 | 64 |
| Binary | 1110100 | 10001000 | 10010011 | 10101 | 111 | 0 | 101010 | 11001001 | 1101 | 110100 |
Color Harmonies of #748893
Complementary color
Monochromatic Colors of #748893
Black with #748893
Text Example
Text Example
White with #748893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748893; }
p { color: rgb(116,136,147); }
H1.HeaderClassName
{
color: #748893;
}
.AnyTagClassName
{
color: #748893;
}
</style>
background-color css
<style>
a { background-color: #748893; }
a { background-color: rgb(116,136,147); }
div.DivClassName
{
background-color: #748893;
}
.BgClassName
{
background-color: #748893;
}
</style>
border-color css
<style>
span { border-color: #748893; }
span { border-color: rgb(116,136,147); }
td.TdClassName
{
border-color: #748893;
}
.TagClassName
{
border-color: #748893;
}
</style>