Shades of Light Slate Grey #76859F
Tints of Light Slate Grey #76859F
RGB
CMYK
RGB Variations
Color information
#76859F (or 0x76859F) is known color: Light Slate Grey. HEX triplet: 76, 85 and 9F. RGB value is (118,133,159). Sum of RGB (Red+Green+Blue) = 118+133+159=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #76859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76859F is #897A60. Grayscale: #838383. Windows color (decimal): -9009761 or 10454390. OLE color: 10454390.
HSL color Cylindrical-coordinate representation of color #76859F: hue angle of 218.05º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76859F is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 133 | 159 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.38 |
| HSL | 218.05º | 0.18% | 0.54% | - |
| HSV(B) | 218.05º | 0.26% | 0.62% | - |
| XYZ | 22.12 | 23.13 | 36.1 | - |
| YUV | 131.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 159 | 0.26 | 0.16 | 0 | 0.38 | 218.05 | 0.18 | 0.54 |
| Hex | 76 | 85 | 9F | 1A | 10 | 0 | 26 | DA | 12 | 36 |
| Octal | 166 | 205 | 237 | 32 | 20 | 0 | 46 | 332 | 22 | 66 |
| Binary | 1110110 | 10000101 | 10011111 | 11010 | 10000 | 0 | 100110 | 11011010 | 10010 | 110110 |
Color Harmonies of #76859F
Complementary color
Monochromatic Colors of #76859F
Black with #76859F
Text Example
Text Example
White with #76859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76859F; }
p { color: rgb(118,133,159); }
H1.HeaderClassName
{
color: #76859F;
}
.AnyTagClassName
{
color: #76859F;
}
</style>
background-color css
<style>
a { background-color: #76859F; }
a { background-color: rgb(118,133,159); }
div.DivClassName
{
background-color: #76859F;
}
.BgClassName
{
background-color: #76859F;
}
</style>
border-color css
<style>
span { border-color: #76859F; }
span { border-color: rgb(118,133,159); }
td.TdClassName
{
border-color: #76859F;
}
.TagClassName
{
border-color: #76859F;
}
</style>