Shades of Blue Smoke #838784
Tints of Blue Smoke #838784
RGB
CMYK
RGB Variations
Color information
#838784 (or 0x838784) is known color: Blue Smoke. HEX triplet: 83, 87 and 84. RGB value is (131,135,132). Sum of RGB (Red+Green+Blue) = 131+135+132=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 135 - color contains mainly: green. Hex color #838784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838784 is #7C787B. Grayscale: #858585. Windows color (decimal): -8157308 or 8685443. OLE color: 8685443.
HSL color Cylindrical-coordinate representation of color #838784: hue angle of 135º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #838784 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 135 | 132 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.47 |
| HSL | 135º | 0.02% | 0.52% | - |
| HSV(B) | 135º | 0.03% | 0.53% | - |
| XYZ | 22.19 | 23.82 | 25.26 | - |
| YUV | 133.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 132 | 0.03 | 0 | 0.02 | 0.47 | 135 | 0.02 | 0.52 |
| Hex | 83 | 87 | 84 | 3 | 0 | 2 | 2F | 87 | 2 | 34 |
| Octal | 203 | 207 | 204 | 3 | 0 | 2 | 57 | 207 | 2 | 64 |
| Binary | 10000011 | 10000111 | 10000100 | 11 | 0 | 10 | 101111 | 10000111 | 10 | 110100 |
Color Harmonies of #838784
Complementary color
Monochromatic Colors of #838784
Black with #838784
Text Example
Text Example
White with #838784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838784; }
p { color: rgb(131,135,132); }
H1.HeaderClassName
{
color: #838784;
}
.AnyTagClassName
{
color: #838784;
}
</style>
background-color css
<style>
a { background-color: #838784; }
a { background-color: rgb(131,135,132); }
div.DivClassName
{
background-color: #838784;
}
.BgClassName
{
background-color: #838784;
}
</style>
border-color css
<style>
span { border-color: #838784; }
span { border-color: rgb(131,135,132); }
td.TdClassName
{
border-color: #838784;
}
.TagClassName
{
border-color: #838784;
}
</style>