Shades of Light Slate Grey #768AA3
Tints of Light Slate Grey #768AA3
RGB
CMYK
RGB Variations
Color information
#768AA3 (or 0x768AA3) is known color: Light Slate Grey. HEX triplet: 76, 8A and A3. RGB value is (118,138,163). Sum of RGB (Red+Green+Blue) = 118+138+163=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 163 - color contains mainly: blue. Hex color #768AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768AA3 is #89755C. Grayscale: #868686. Windows color (decimal): -9008477 or 10717814. OLE color: 10717814.
HSL color Cylindrical-coordinate representation of color #768AA3: hue angle of 213.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #768AA3 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 138 | 163 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.36 |
| HSL | 213.33º | 0.2% | 0.55% | - |
| HSV(B) | 213.33º | 0.28% | 0.64% | - |
| XYZ | 23.17 | 24.67 | 38.19 | - |
| YUV | 134.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 163 | 0.28 | 0.15 | 0 | 0.36 | 213.33 | 0.2 | 0.55 |
| Hex | 76 | 8A | A3 | 1C | F | 0 | 24 | D5 | 14 | 37 |
| Octal | 166 | 212 | 243 | 34 | 17 | 0 | 44 | 325 | 24 | 67 |
| Binary | 1110110 | 10001010 | 10100011 | 11100 | 1111 | 0 | 100100 | 11010101 | 10100 | 110111 |
Color Harmonies of #768AA3
Complementary color
Monochromatic Colors of #768AA3
Black with #768AA3
Text Example
Text Example
White with #768AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768AA3; }
p { color: rgb(118,138,163); }
H1.HeaderClassName
{
color: #768AA3;
}
.AnyTagClassName
{
color: #768AA3;
}
</style>
background-color css
<style>
a { background-color: #768AA3; }
a { background-color: rgb(118,138,163); }
div.DivClassName
{
background-color: #768AA3;
}
.BgClassName
{
background-color: #768AA3;
}
</style>
border-color css
<style>
span { border-color: #768AA3; }
span { border-color: rgb(118,138,163); }
td.TdClassName
{
border-color: #768AA3;
}
.TagClassName
{
border-color: #768AA3;
}
</style>