Shades of Blue Smoke #838F87
Tints of Blue Smoke #838F87
RGB
CMYK
RGB Variations
Color information
#838F87 (or 0x838F87) is known color: Blue Smoke. HEX triplet: 83, 8F and 87. RGB value is (131,143,135). Sum of RGB (Red+Green+Blue) = 131+143+135=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 143 - color contains mainly: green. Hex color #838F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838F87 is #7C7078. Grayscale: #8A8A8A. Windows color (decimal): -8155257 or 8884099. OLE color: 8884099.
HSL color Cylindrical-coordinate representation of color #838F87: hue angle of 140º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #838F87 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 143 | 135 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.44 |
| HSL | 140º | 0.05% | 0.54% | - |
| HSV(B) | 140º | 0.08% | 0.56% | - |
| XYZ | 23.56 | 26.22 | 26.74 | - |
| YUV | 138.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 135 | 0.08 | 0 | 0.06 | 0.44 | 140 | 0.05 | 0.54 |
| Hex | 83 | 8F | 87 | 8 | 0 | 6 | 2C | 8C | 5 | 36 |
| Octal | 203 | 217 | 207 | 10 | 0 | 6 | 54 | 214 | 5 | 66 |
| Binary | 10000011 | 10001111 | 10000111 | 1000 | 0 | 110 | 101100 | 10001100 | 101 | 110110 |
Color Harmonies of #838F87
Complementary color
Monochromatic Colors of #838F87
Black with #838F87
Text Example
Text Example
White with #838F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838F87; }
p { color: rgb(131,143,135); }
H1.HeaderClassName
{
color: #838F87;
}
.AnyTagClassName
{
color: #838F87;
}
</style>
background-color css
<style>
a { background-color: #838F87; }
a { background-color: rgb(131,143,135); }
div.DivClassName
{
background-color: #838F87;
}
.BgClassName
{
background-color: #838F87;
}
</style>
border-color css
<style>
span { border-color: #838F87; }
span { border-color: rgb(131,143,135); }
td.TdClassName
{
border-color: #838F87;
}
.TagClassName
{
border-color: #838F87;
}
</style>