Shades of Blue Smoke #819285
Tints of Blue Smoke #819285
RGB
CMYK
RGB Variations
Color information
#819285 (or 0x819285) is known color: Blue Smoke. HEX triplet: 81, 92 and 85. RGB value is (129,146,133). Sum of RGB (Red+Green+Blue) = 129+146+133=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 146 - color contains mainly: green. Hex color #819285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819285 is #7E6D7A. Grayscale: #8B8B8B. Windows color (decimal): -8285563 or 8753793. OLE color: 8753793.
HSL color Cylindrical-coordinate representation of color #819285: hue angle of 134.12º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #819285 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 146 | 133 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.43 |
| HSL | 134.12º | 0.07% | 0.54% | - |
| HSV(B) | 134.12º | 0.12% | 0.57% | - |
| XYZ | 23.57 | 26.92 | 26.14 | - |
| YUV | 139.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 133 | 0.12 | 0 | 0.09 | 0.43 | 134.12 | 0.07 | 0.54 |
| Hex | 81 | 92 | 85 | C | 0 | 9 | 2B | 86 | 7 | 36 |
| Octal | 201 | 222 | 205 | 14 | 0 | 11 | 53 | 206 | 7 | 66 |
| Binary | 10000001 | 10010010 | 10000101 | 1100 | 0 | 1001 | 101011 | 10000110 | 111 | 110110 |
Color Harmonies of #819285
Complementary color
Monochromatic Colors of #819285
Black with #819285
Text Example
Text Example
White with #819285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819285; }
p { color: rgb(129,146,133); }
H1.HeaderClassName
{
color: #819285;
}
.AnyTagClassName
{
color: #819285;
}
</style>
background-color css
<style>
a { background-color: #819285; }
a { background-color: rgb(129,146,133); }
div.DivClassName
{
background-color: #819285;
}
.BgClassName
{
background-color: #819285;
}
</style>
border-color css
<style>
span { border-color: #819285; }
span { border-color: rgb(129,146,133); }
td.TdClassName
{
border-color: #819285;
}
.TagClassName
{
border-color: #819285;
}
</style>