Shades of Schooner #8B847E
Tints of Schooner #8B847E
RGB
CMYK
RGB Variations
Color information
#8B847E (or 0x8B847E) is known color: Schooner. HEX triplet: 8B, 84 and 7E. RGB value is (139,132,126). Sum of RGB (Red+Green+Blue) = 139+132+126=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 139 - color contains mainly: red. Hex color #8B847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B847E is #747B81. Grayscale: #858585. Windows color (decimal): -7633794 or 8291467. OLE color: 8291467.
HSL color Cylindrical-coordinate representation of color #8B847E: hue angle of 27.69º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B847E is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 126 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.45 |
| HSL | 27.69º | 0.05% | 0.52% | - |
| HSV(B) | 27.69º | 0.09% | 0.55% | - |
| XYZ | 22.66 | 23.5 | 23.08 | - |
| YUV | 133.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 126 | 0 | 0.05 | 0.09 | 0.45 | 27.69 | 0.05 | 0.52 |
| Hex | 8B | 84 | 7E | 0 | 5 | 9 | 2D | 1C | 5 | 34 |
| Octal | 213 | 204 | 176 | 0 | 5 | 11 | 55 | 34 | 5 | 64 |
| Binary | 10001011 | 10000100 | 1111110 | 0 | 101 | 1001 | 101101 | 11100 | 101 | 110100 |
Color Harmonies of #8B847E
Complementary color
Monochromatic Colors of #8B847E
Black with #8B847E
Text Example
Text Example
White with #8B847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B847E; }
p { color: rgb(139,132,126); }
H1.HeaderClassName
{
color: #8B847E;
}
.AnyTagClassName
{
color: #8B847E;
}
</style>
background-color css
<style>
a { background-color: #8B847E; }
a { background-color: rgb(139,132,126); }
div.DivClassName
{
background-color: #8B847E;
}
.BgClassName
{
background-color: #8B847E;
}
</style>
border-color css
<style>
span { border-color: #8B847E; }
span { border-color: rgb(139,132,126); }
td.TdClassName
{
border-color: #8B847E;
}
.TagClassName
{
border-color: #8B847E;
}
</style>