Shades of Friar Grey #8B8983
Tints of Friar Grey #8B8983
RGB
CMYK
RGB Variations
Color information
#8B8983 (or 0x8B8983) is known color: Friar Grey. HEX triplet: 8B, 89 and 83. RGB value is (139,137,131). Sum of RGB (Red+Green+Blue) = 139+137+131=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8983 is #74767C. Grayscale: #888888. Windows color (decimal): -7632509 or 8620427. OLE color: 8620427.
HSL color Cylindrical-coordinate representation of color #8B8983: hue angle of 45º degrees, saturation: 0.03, 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 #8B8983 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 131 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.45 |
| HSL | 45º | 0.03% | 0.53% | - |
| HSV(B) | 45º | 0.06% | 0.55% | - |
| XYZ | 23.69 | 25.02 | 25.05 | - |
| YUV | 136.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 131 | 0 | 0.01 | 0.06 | 0.45 | 45 | 0.03 | 0.53 |
| Hex | 8B | 89 | 83 | 0 | 1 | 6 | 2D | 2D | 3 | 35 |
| Octal | 213 | 211 | 203 | 0 | 1 | 6 | 55 | 55 | 3 | 65 |
| Binary | 10001011 | 10001001 | 10000011 | 0 | 1 | 110 | 101101 | 101101 | 11 | 110101 |
Color Harmonies of #8B8983
Complementary color
Monochromatic Colors of #8B8983
Black with #8B8983
Text Example
Text Example
White with #8B8983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8983; }
p { color: rgb(139,137,131); }
H1.HeaderClassName
{
color: #8B8983;
}
.AnyTagClassName
{
color: #8B8983;
}
</style>
background-color css
<style>
a { background-color: #8B8983; }
a { background-color: rgb(139,137,131); }
div.DivClassName
{
background-color: #8B8983;
}
.BgClassName
{
background-color: #8B8983;
}
</style>
border-color css
<style>
span { border-color: #8B8983; }
span { border-color: rgb(139,137,131); }
td.TdClassName
{
border-color: #8B8983;
}
.TagClassName
{
border-color: #8B8983;
}
</style>