Shades of Light Slate Grey #768CA5
Tints of Light Slate Grey #768CA5
RGB
CMYK
RGB Variations
Color information
#768CA5 (or 0x768CA5) is known color: Light Slate Grey. HEX triplet: 76, 8C and A5. RGB value is (118,140,165). Sum of RGB (Red+Green+Blue) = 118+140+165=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 165 - color contains mainly: blue. Hex color #768CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768CA5 is #89735A. Grayscale: #888888. Windows color (decimal): -9007963 or 10849398. OLE color: 10849398.
HSL color Cylindrical-coordinate representation of color #768CA5: hue angle of 211.91º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #768CA5 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 140 | 165 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.35 |
| HSL | 211.91º | 0.21% | 0.55% | - |
| HSV(B) | 211.91º | 0.28% | 0.65% | - |
| XYZ | 23.64 | 25.32 | 39.24 | - |
| YUV | 136.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 165 | 0.28 | 0.15 | 0 | 0.35 | 211.91 | 0.21 | 0.55 |
| Hex | 76 | 8C | A5 | 1C | F | 0 | 23 | D4 | 15 | 37 |
| Octal | 166 | 214 | 245 | 34 | 17 | 0 | 43 | 324 | 25 | 67 |
| Binary | 1110110 | 10001100 | 10100101 | 11100 | 1111 | 0 | 100011 | 11010100 | 10101 | 110111 |
Color Harmonies of #768CA5
Complementary color
Monochromatic Colors of #768CA5
Black with #768CA5
Text Example
Text Example
White with #768CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768CA5; }
p { color: rgb(118,140,165); }
H1.HeaderClassName
{
color: #768CA5;
}
.AnyTagClassName
{
color: #768CA5;
}
</style>
background-color css
<style>
a { background-color: #768CA5; }
a { background-color: rgb(118,140,165); }
div.DivClassName
{
background-color: #768CA5;
}
.BgClassName
{
background-color: #768CA5;
}
</style>
border-color css
<style>
span { border-color: #768CA5; }
span { border-color: rgb(118,140,165); }
td.TdClassName
{
border-color: #768CA5;
}
.TagClassName
{
border-color: #768CA5;
}
</style>