Shades of Light Slate Grey #81919B
Tints of Light Slate Grey #81919B
RGB
CMYK
RGB Variations
Color information
#81919B (or 0x81919B) is known color: Light Slate Grey. HEX triplet: 81, 91 and 9B. RGB value is (129,145,155). Sum of RGB (Red+Green+Blue) = 129+145+155=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #81919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81919B is #7E6E64. Grayscale: #8D8D8D. Windows color (decimal): -8285797 or 10195329. OLE color: 10195329.
HSL color Cylindrical-coordinate representation of color #81919B: hue angle of 203.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81919B is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 145 | 155 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.39 |
| HSL | 203.08º | 0.12% | 0.56% | - |
| HSV(B) | 203.08º | 0.17% | 0.61% | - |
| XYZ | 25.1 | 27.28 | 34.95 | - |
| YUV | 141.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 155 | 0.17 | 0.06 | 0 | 0.39 | 203.08 | 0.12 | 0.56 |
| Hex | 81 | 91 | 9B | 11 | 6 | 0 | 27 | CB | C | 38 |
| Octal | 201 | 221 | 233 | 21 | 6 | 0 | 47 | 313 | 14 | 70 |
| Binary | 10000001 | 10010001 | 10011011 | 10001 | 110 | 0 | 100111 | 11001011 | 1100 | 111000 |
Color Harmonies of #81919B
Complementary color
Monochromatic Colors of #81919B
Black with #81919B
Text Example
Text Example
White with #81919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81919B; }
p { color: rgb(129,145,155); }
H1.HeaderClassName
{
color: #81919B;
}
.AnyTagClassName
{
color: #81919B;
}
</style>
background-color css
<style>
a { background-color: #81919B; }
a { background-color: rgb(129,145,155); }
div.DivClassName
{
background-color: #81919B;
}
.BgClassName
{
background-color: #81919B;
}
</style>
border-color css
<style>
span { border-color: #81919B; }
span { border-color: rgb(129,145,155); }
td.TdClassName
{
border-color: #81919B;
}
.TagClassName
{
border-color: #81919B;
}
</style>