Shades of Light Slate Grey #768498
Tints of Light Slate Grey #768498
RGB
CMYK
RGB Variations
Color information
#768498 (or 0x768498) is known color: Light Slate Grey. HEX triplet: 76, 84 and 98. RGB value is (118,132,152). Sum of RGB (Red+Green+Blue) = 118+132+152=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #768498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768498 is #897B67. Grayscale: #828282. Windows color (decimal): -9010024 or 9995382. OLE color: 9995382.
HSL color Cylindrical-coordinate representation of color #768498: hue angle of 215.29º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #768498 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 132 | 152 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.40 |
| HSL | 215.29º | 0.14% | 0.53% | - |
| HSV(B) | 215.29º | 0.22% | 0.6% | - |
| XYZ | 21.39 | 22.62 | 32.94 | - |
| YUV | 130.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 152 | 0.22 | 0.13 | 0 | 0.40 | 215.29 | 0.14 | 0.53 |
| Hex | 76 | 84 | 98 | 16 | D | 0 | 28 | D7 | E | 35 |
| Octal | 166 | 204 | 230 | 26 | 15 | 0 | 50 | 327 | 16 | 65 |
| Binary | 1110110 | 10000100 | 10011000 | 10110 | 1101 | 0 | 101000 | 11010111 | 1110 | 110101 |
Color Harmonies of #768498
Complementary color
Monochromatic Colors of #768498
Black with #768498
Text Example
Text Example
White with #768498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768498; }
p { color: rgb(118,132,152); }
H1.HeaderClassName
{
color: #768498;
}
.AnyTagClassName
{
color: #768498;
}
</style>
background-color css
<style>
a { background-color: #768498; }
a { background-color: rgb(118,132,152); }
div.DivClassName
{
background-color: #768498;
}
.BgClassName
{
background-color: #768498;
}
</style>
border-color css
<style>
span { border-color: #768498; }
span { border-color: rgb(118,132,152); }
td.TdClassName
{
border-color: #768498;
}
.TagClassName
{
border-color: #768498;
}
</style>