Shades of Light Slate Grey #768C9E
Tints of Light Slate Grey #768C9E
RGB
CMYK
RGB Variations
Color information
#768C9E (or 0x768C9E) is known color: Light Slate Grey. HEX triplet: 76, 8C and 9E. RGB value is (118,140,158). Sum of RGB (Red+Green+Blue) = 118+140+158=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #768C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768C9E is #897361. Grayscale: #878787. Windows color (decimal): -9007970 or 10390646. OLE color: 10390646.
HSL color Cylindrical-coordinate representation of color #768C9E: hue angle of 207º 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 #768C9E is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 140 | 158 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.38 |
| HSL | 207º | 0.17% | 0.54% | - |
| HSV(B) | 207º | 0.25% | 0.62% | - |
| XYZ | 23.02 | 25.08 | 35.97 | - |
| YUV | 135.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 158 | 0.25 | 0.11 | 0 | 0.38 | 207 | 0.17 | 0.54 |
| Hex | 76 | 8C | 9E | 19 | B | 0 | 26 | CF | 11 | 36 |
| Octal | 166 | 214 | 236 | 31 | 13 | 0 | 46 | 317 | 21 | 66 |
| Binary | 1110110 | 10001100 | 10011110 | 11001 | 1011 | 0 | 100110 | 11001111 | 10001 | 110110 |
Color Harmonies of #768C9E
Complementary color
Monochromatic Colors of #768C9E
Black with #768C9E
Text Example
Text Example
White with #768C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768C9E; }
p { color: rgb(118,140,158); }
H1.HeaderClassName
{
color: #768C9E;
}
.AnyTagClassName
{
color: #768C9E;
}
</style>
background-color css
<style>
a { background-color: #768C9E; }
a { background-color: rgb(118,140,158); }
div.DivClassName
{
background-color: #768C9E;
}
.BgClassName
{
background-color: #768C9E;
}
</style>
border-color css
<style>
span { border-color: #768C9E; }
span { border-color: rgb(118,140,158); }
td.TdClassName
{
border-color: #768C9E;
}
.TagClassName
{
border-color: #768C9E;
}
</style>