Shades of Light Slate Grey #748693
Tints of Light Slate Grey #748693
RGB
CMYK
RGB Variations
Color information
#748693 (or 0x748693) is known color: Light Slate Grey. HEX triplet: 74, 86 and 93. RGB value is (116,134,147). Sum of RGB (Red+Green+Blue) = 116+134+147=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 147 - color contains mainly: blue. Hex color #748693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748693 is #8B796C. Grayscale: #828282. Windows color (decimal): -9140589 or 9668212. OLE color: 9668212.
HSL color Cylindrical-coordinate representation of color #748693: hue angle of 205.16º 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 #748693 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 134 | 147 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.42 |
| HSL | 205.16º | 0.13% | 0.52% | - |
| HSV(B) | 205.16º | 0.21% | 0.58% | - |
| XYZ | 20.99 | 22.87 | 30.91 | - |
| YUV | 130.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 147 | 0.21 | 0.09 | 0 | 0.42 | 205.16 | 0.13 | 0.52 |
| Hex | 74 | 86 | 93 | 15 | 9 | 0 | 2A | CD | D | 34 |
| Octal | 164 | 206 | 223 | 25 | 11 | 0 | 52 | 315 | 15 | 64 |
| Binary | 1110100 | 10000110 | 10010011 | 10101 | 1001 | 0 | 101010 | 11001101 | 1101 | 110100 |
Color Harmonies of #748693
Complementary color
Monochromatic Colors of #748693
Black with #748693
Text Example
Text Example
White with #748693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748693; }
p { color: rgb(116,134,147); }
H1.HeaderClassName
{
color: #748693;
}
.AnyTagClassName
{
color: #748693;
}
</style>
background-color css
<style>
a { background-color: #748693; }
a { background-color: rgb(116,134,147); }
div.DivClassName
{
background-color: #748693;
}
.BgClassName
{
background-color: #748693;
}
</style>
border-color css
<style>
span { border-color: #748693; }
span { border-color: rgb(116,134,147); }
td.TdClassName
{
border-color: #748693;
}
.TagClassName
{
border-color: #748693;
}
</style>