Shades of Light Slate Grey #768B9E
Tints of Light Slate Grey #768B9E
RGB
CMYK
RGB Variations
Color information
#768B9E (or 0x768B9E) is known color: Light Slate Grey. HEX triplet: 76, 8B and 9E. RGB value is (118,139,158). Sum of RGB (Red+Green+Blue) = 118+139+158=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #768B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B9E is #897461. Grayscale: #868686. Windows color (decimal): -9008226 or 10390390. OLE color: 10390390.
HSL color Cylindrical-coordinate representation of color #768B9E: hue angle of 208.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #768B9E is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 139 | 158 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.38 |
| HSL | 208.5º | 0.17% | 0.54% | - |
| HSV(B) | 208.5º | 0.25% | 0.62% | - |
| XYZ | 22.88 | 24.79 | 35.93 | - |
| YUV | 134.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 158 | 0.25 | 0.12 | 0 | 0.38 | 208.5 | 0.17 | 0.54 |
| Hex | 76 | 8B | 9E | 19 | C | 0 | 26 | D0 | 11 | 36 |
| Octal | 166 | 213 | 236 | 31 | 14 | 0 | 46 | 320 | 21 | 66 |
| Binary | 1110110 | 10001011 | 10011110 | 11001 | 1100 | 0 | 100110 | 11010000 | 10001 | 110110 |
Color Harmonies of #768B9E
Complementary color
Monochromatic Colors of #768B9E
Black with #768B9E
Text Example
Text Example
White with #768B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B9E; }
p { color: rgb(118,139,158); }
H1.HeaderClassName
{
color: #768B9E;
}
.AnyTagClassName
{
color: #768B9E;
}
</style>
background-color css
<style>
a { background-color: #768B9E; }
a { background-color: rgb(118,139,158); }
div.DivClassName
{
background-color: #768B9E;
}
.BgClassName
{
background-color: #768B9E;
}
</style>
border-color css
<style>
span { border-color: #768B9E; }
span { border-color: rgb(118,139,158); }
td.TdClassName
{
border-color: #768B9E;
}
.TagClassName
{
border-color: #768B9E;
}
</style>