Shades of Schooner #8B8885
Tints of Schooner #8B8885
RGB
CMYK
RGB Variations
Color information
#8B8885 (or 0x8B8885) is known color: Schooner. HEX triplet: 8B, 88 and 85. RGB value is (139,136,133). Sum of RGB (Red+Green+Blue) = 139+136+133=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8885 is #74777A. Grayscale: #888888. Windows color (decimal): -7632763 or 8751243. OLE color: 8751243.
HSL color Cylindrical-coordinate representation of color #8B8885: hue angle of 30º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8B8885 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 133 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.45 |
| HSL | 30º | 0.03% | 0.53% | - |
| HSV(B) | 30º | 0.04% | 0.55% | - |
| XYZ | 23.69 | 24.79 | 25.73 | - |
| YUV | 136.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 133 | 0 | 0.02 | 0.04 | 0.45 | 30 | 0.03 | 0.53 |
| Hex | 8B | 88 | 85 | 0 | 2 | 4 | 2D | 1E | 3 | 35 |
| Octal | 213 | 210 | 205 | 0 | 2 | 4 | 55 | 36 | 3 | 65 |
| Binary | 10001011 | 10001000 | 10000101 | 0 | 10 | 100 | 101101 | 11110 | 11 | 110101 |
Color Harmonies of #8B8885
Complementary color
Monochromatic Colors of #8B8885
Black with #8B8885
Text Example
Text Example
White with #8B8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8885; }
p { color: rgb(139,136,133); }
H1.HeaderClassName
{
color: #8B8885;
}
.AnyTagClassName
{
color: #8B8885;
}
</style>
background-color css
<style>
a { background-color: #8B8885; }
a { background-color: rgb(139,136,133); }
div.DivClassName
{
background-color: #8B8885;
}
.BgClassName
{
background-color: #8B8885;
}
</style>
border-color css
<style>
span { border-color: #8B8885; }
span { border-color: rgb(139,136,133); }
td.TdClassName
{
border-color: #8B8885;
}
.TagClassName
{
border-color: #8B8885;
}
</style>