Shades of Light Slate Grey #768CA0
Tints of Light Slate Grey #768CA0
RGB
CMYK
RGB Variations
Color information
#768CA0 (or 0x768CA0) is known color: Light Slate Grey. HEX triplet: 76, 8C and A0. RGB value is (118,140,160). Sum of RGB (Red+Green+Blue) = 118+140+160=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 160 - color contains mainly: blue. Hex color #768CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768CA0 is #89735F. Grayscale: #878787. Windows color (decimal): -9007968 or 10521718. OLE color: 10521718.
HSL color Cylindrical-coordinate representation of color #768CA0: hue angle of 208.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #768CA0 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 140 | 160 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.37 |
| HSL | 208.57º | 0.18% | 0.55% | - |
| HSV(B) | 208.57º | 0.26% | 0.63% | - |
| XYZ | 23.19 | 25.15 | 36.89 | - |
| YUV | 135.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 160 | 0.26 | 0.12 | 0 | 0.37 | 208.57 | 0.18 | 0.55 |
| Hex | 76 | 8C | A0 | 1A | C | 0 | 25 | D1 | 12 | 37 |
| Octal | 166 | 214 | 240 | 32 | 14 | 0 | 45 | 321 | 22 | 67 |
| Binary | 1110110 | 10001100 | 10100000 | 11010 | 1100 | 0 | 100101 | 11010001 | 10010 | 110111 |
Color Harmonies of #768CA0
Complementary color
Monochromatic Colors of #768CA0
Black with #768CA0
Text Example
Text Example
White with #768CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768CA0; }
p { color: rgb(118,140,160); }
H1.HeaderClassName
{
color: #768CA0;
}
.AnyTagClassName
{
color: #768CA0;
}
</style>
background-color css
<style>
a { background-color: #768CA0; }
a { background-color: rgb(118,140,160); }
div.DivClassName
{
background-color: #768CA0;
}
.BgClassName
{
background-color: #768CA0;
}
</style>
border-color css
<style>
span { border-color: #768CA0; }
span { border-color: rgb(118,140,160); }
td.TdClassName
{
border-color: #768CA0;
}
.TagClassName
{
border-color: #768CA0;
}
</style>