Shades of Light Slate Grey #768B9A
Tints of Light Slate Grey #768B9A
RGB
CMYK
RGB Variations
Color information
#768B9A (or 0x768B9A) is known color: Light Slate Grey. HEX triplet: 76, 8B and 9A. RGB value is (118,139,154). Sum of RGB (Red+Green+Blue) = 118+139+154=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 154 - color contains mainly: blue. Hex color #768B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B9A is #897465. Grayscale: #868686. Windows color (decimal): -9008230 or 10128246. OLE color: 10128246.
HSL color Cylindrical-coordinate representation of color #768B9A: hue angle of 205º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768B9A is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 139 | 154 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.40 |
| HSL | 205º | 0.15% | 0.53% | - |
| HSV(B) | 205º | 0.23% | 0.6% | - |
| XYZ | 22.54 | 24.65 | 34.14 | - |
| YUV | 134.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 154 | 0.23 | 0.10 | 0 | 0.40 | 205 | 0.15 | 0.53 |
| Hex | 76 | 8B | 9A | 17 | A | 0 | 28 | CD | F | 35 |
| Octal | 166 | 213 | 232 | 27 | 12 | 0 | 50 | 315 | 17 | 65 |
| Binary | 1110110 | 10001011 | 10011010 | 10111 | 1010 | 0 | 101000 | 11001101 | 1111 | 110101 |
Color Harmonies of #768B9A
Complementary color
Monochromatic Colors of #768B9A
Black with #768B9A
Text Example
Text Example
White with #768B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B9A; }
p { color: rgb(118,139,154); }
H1.HeaderClassName
{
color: #768B9A;
}
.AnyTagClassName
{
color: #768B9A;
}
</style>
background-color css
<style>
a { background-color: #768B9A; }
a { background-color: rgb(118,139,154); }
div.DivClassName
{
background-color: #768B9A;
}
.BgClassName
{
background-color: #768B9A;
}
</style>
border-color css
<style>
span { border-color: #768B9A; }
span { border-color: rgb(118,139,154); }
td.TdClassName
{
border-color: #768B9A;
}
.TagClassName
{
border-color: #768B9A;
}
</style>