Shades of Light Slate Grey #768BA2
Tints of Light Slate Grey #768BA2
RGB
CMYK
RGB Variations
Color information
#768BA2 (or 0x768BA2) is known color: Light Slate Grey. HEX triplet: 76, 8B and A2. RGB value is (118,139,162). Sum of RGB (Red+Green+Blue) = 118+139+162=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #768BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768BA2 is #89745D. Grayscale: #878787. Windows color (decimal): -9008222 or 10652534. OLE color: 10652534.
HSL color Cylindrical-coordinate representation of color #768BA2: hue angle of 211.36º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #768BA2 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 139 | 162 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.36 |
| HSL | 211.36º | 0.19% | 0.55% | - |
| HSV(B) | 211.36º | 0.27% | 0.64% | - |
| XYZ | 23.23 | 24.93 | 37.77 | - |
| YUV | 135.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 162 | 0.27 | 0.14 | 0 | 0.36 | 211.36 | 0.19 | 0.55 |
| Hex | 76 | 8B | A2 | 1B | E | 0 | 24 | D3 | 13 | 37 |
| Octal | 166 | 213 | 242 | 33 | 16 | 0 | 44 | 323 | 23 | 67 |
| Binary | 1110110 | 10001011 | 10100010 | 11011 | 1110 | 0 | 100100 | 11010011 | 10011 | 110111 |
Color Harmonies of #768BA2
Complementary color
Monochromatic Colors of #768BA2
Black with #768BA2
Text Example
Text Example
White with #768BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768BA2; }
p { color: rgb(118,139,162); }
H1.HeaderClassName
{
color: #768BA2;
}
.AnyTagClassName
{
color: #768BA2;
}
</style>
background-color css
<style>
a { background-color: #768BA2; }
a { background-color: rgb(118,139,162); }
div.DivClassName
{
background-color: #768BA2;
}
.BgClassName
{
background-color: #768BA2;
}
</style>
border-color css
<style>
span { border-color: #768BA2; }
span { border-color: rgb(118,139,162); }
td.TdClassName
{
border-color: #768BA2;
}
.TagClassName
{
border-color: #768BA2;
}
</style>