Shades of Light Slate Grey #768895
Tints of Light Slate Grey #768895
RGB
CMYK
RGB Variations
Color information
#768895 (or 0x768895) is known color: Light Slate Grey. HEX triplet: 76, 88 and 95. RGB value is (118,136,149). Sum of RGB (Red+Green+Blue) = 118+136+149=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #768895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768895 is #89776A. Grayscale: #848484. Windows color (decimal): -9009003 or 9799798. OLE color: 9799798.
HSL color Cylindrical-coordinate representation of color #768895: 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 #768895 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 136 | 149 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.42 |
| HSL | 205.16º | 0.13% | 0.52% | - |
| HSV(B) | 205.16º | 0.21% | 0.58% | - |
| XYZ | 21.7 | 23.63 | 31.85 | - |
| YUV | 132.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 149 | 0.21 | 0.09 | 0 | 0.42 | 205.16 | 0.13 | 0.52 |
| Hex | 76 | 88 | 95 | 15 | 9 | 0 | 2A | CD | D | 34 |
| Octal | 166 | 210 | 225 | 25 | 11 | 0 | 52 | 315 | 15 | 64 |
| Binary | 1110110 | 10001000 | 10010101 | 10101 | 1001 | 0 | 101010 | 11001101 | 1101 | 110100 |
Color Harmonies of #768895
Complementary color
Monochromatic Colors of #768895
Black with #768895
Text Example
Text Example
White with #768895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768895; }
p { color: rgb(118,136,149); }
H1.HeaderClassName
{
color: #768895;
}
.AnyTagClassName
{
color: #768895;
}
</style>
background-color css
<style>
a { background-color: #768895; }
a { background-color: rgb(118,136,149); }
div.DivClassName
{
background-color: #768895;
}
.BgClassName
{
background-color: #768895;
}
</style>
border-color css
<style>
span { border-color: #768895; }
span { border-color: rgb(118,136,149); }
td.TdClassName
{
border-color: #768895;
}
.TagClassName
{
border-color: #768895;
}
</style>