Shades of Light Slate Grey #818F9D
Tints of Light Slate Grey #818F9D
RGB
CMYK
RGB Variations
Color information
#818F9D (or 0x818F9D) is known color: Light Slate Grey. HEX triplet: 81, 8F and 9D. RGB value is (129,143,157). Sum of RGB (Red+Green+Blue) = 129+143+157=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #818F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818F9D is #7E7062. Grayscale: #8C8C8C. Windows color (decimal): -8286307 or 10325889. OLE color: 10325889.
HSL color Cylindrical-coordinate representation of color #818F9D: hue angle of 210º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #818F9D is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 143 | 157 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.38 |
| HSL | 210º | 0.13% | 0.56% | - |
| HSV(B) | 210º | 0.18% | 0.62% | - |
| XYZ | 24.96 | 26.75 | 35.75 | - |
| YUV | 140.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 157 | 0.18 | 0.09 | 0 | 0.38 | 210 | 0.13 | 0.56 |
| Hex | 81 | 8F | 9D | 12 | 9 | 0 | 26 | D2 | C | 38 |
| Octal | 201 | 217 | 235 | 22 | 11 | 0 | 46 | 322 | 14 | 70 |
| Binary | 10000001 | 10001111 | 10011101 | 10010 | 1001 | 0 | 100110 | 11010010 | 1100 | 111000 |
Color Harmonies of #818F9D
Complementary color
Monochromatic Colors of #818F9D
Black with #818F9D
Text Example
Text Example
White with #818F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818F9D; }
p { color: rgb(129,143,157); }
H1.HeaderClassName
{
color: #818F9D;
}
.AnyTagClassName
{
color: #818F9D;
}
</style>
background-color css
<style>
a { background-color: #818F9D; }
a { background-color: rgb(129,143,157); }
div.DivClassName
{
background-color: #818F9D;
}
.BgClassName
{
background-color: #818F9D;
}
</style>
border-color css
<style>
span { border-color: #818F9D; }
span { border-color: rgb(129,143,157); }
td.TdClassName
{
border-color: #818F9D;
}
.TagClassName
{
border-color: #818F9D;
}
</style>