Shades of Blue Smoke #838C85
Tints of Blue Smoke #838C85
RGB
CMYK
RGB Variations
Color information
#838C85 (or 0x838C85) is known color: Blue Smoke. HEX triplet: 83, 8C and 85. RGB value is (131,140,133). Sum of RGB (Red+Green+Blue) = 131+140+133=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 140 - color contains mainly: green. Hex color #838C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838C85 is #7C737A. Grayscale: #888888. Windows color (decimal): -8156027 or 8752259. OLE color: 8752259.
HSL color Cylindrical-coordinate representation of color #838C85: hue angle of 133.33º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #838C85 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 140 | 133 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.45 |
| HSL | 133.33º | 0.04% | 0.53% | - |
| HSV(B) | 133.33º | 0.06% | 0.55% | - |
| XYZ | 22.97 | 25.27 | 25.86 | - |
| YUV | 136.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 133 | 0.06 | 0 | 0.05 | 0.45 | 133.33 | 0.04 | 0.53 |
| Hex | 83 | 8C | 85 | 6 | 0 | 5 | 2D | 85 | 4 | 35 |
| Octal | 203 | 214 | 205 | 6 | 0 | 5 | 55 | 205 | 4 | 65 |
| Binary | 10000011 | 10001100 | 10000101 | 110 | 0 | 101 | 101101 | 10000101 | 100 | 110101 |
Color Harmonies of #838C85
Complementary color
Monochromatic Colors of #838C85
Black with #838C85
Text Example
Text Example
White with #838C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838C85; }
p { color: rgb(131,140,133); }
H1.HeaderClassName
{
color: #838C85;
}
.AnyTagClassName
{
color: #838C85;
}
</style>
background-color css
<style>
a { background-color: #838C85; }
a { background-color: rgb(131,140,133); }
div.DivClassName
{
background-color: #838C85;
}
.BgClassName
{
background-color: #838C85;
}
</style>
border-color css
<style>
span { border-color: #838C85; }
span { border-color: rgb(131,140,133); }
td.TdClassName
{
border-color: #838C85;
}
.TagClassName
{
border-color: #838C85;
}
</style>