Shades of Light Slate Grey #748793
Tints of Light Slate Grey #748793
RGB
CMYK
RGB Variations
Color information
#748793 (or 0x748793) is known color: Light Slate Grey. HEX triplet: 74, 87 and 93. RGB value is (116,135,147). Sum of RGB (Red+Green+Blue) = 116+135+147=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 147 - color contains mainly: blue. Hex color #748793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748793 is #8B786C. Grayscale: #828282. Windows color (decimal): -9140333 or 9668468. OLE color: 9668468.
HSL color Cylindrical-coordinate representation of color #748793: hue angle of 203.23º 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 #748793 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 135 | 147 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.42 |
| HSL | 203.23º | 0.13% | 0.52% | - |
| HSV(B) | 203.23º | 0.21% | 0.58% | - |
| XYZ | 21.13 | 23.15 | 30.96 | - |
| YUV | 130.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 147 | 0.21 | 0.08 | 0 | 0.42 | 203.23 | 0.13 | 0.52 |
| Hex | 74 | 87 | 93 | 15 | 8 | 0 | 2A | CB | D | 34 |
| Octal | 164 | 207 | 223 | 25 | 10 | 0 | 52 | 313 | 15 | 64 |
| Binary | 1110100 | 10000111 | 10010011 | 10101 | 1000 | 0 | 101010 | 11001011 | 1101 | 110100 |
Color Harmonies of #748793
Complementary color
Monochromatic Colors of #748793
Black with #748793
Text Example
Text Example
White with #748793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748793; }
p { color: rgb(116,135,147); }
H1.HeaderClassName
{
color: #748793;
}
.AnyTagClassName
{
color: #748793;
}
</style>
background-color css
<style>
a { background-color: #748793; }
a { background-color: rgb(116,135,147); }
div.DivClassName
{
background-color: #748793;
}
.BgClassName
{
background-color: #748793;
}
</style>
border-color css
<style>
span { border-color: #748793; }
span { border-color: rgb(116,135,147); }
td.TdClassName
{
border-color: #748793;
}
.TagClassName
{
border-color: #748793;
}
</style>