Shades of Friar Grey #8A867D
Tints of Friar Grey #8A867D
RGB
CMYK
RGB Variations
Color information
#8A867D (or 0x8A867D) is known color: Friar Grey. HEX triplet: 8A, 86 and 7D. RGB value is (138,134,125). Sum of RGB (Red+Green+Blue) = 138+134+125=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 138 - color contains mainly: red. Hex color #8A867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A867D is #757982. Grayscale: #868686. Windows color (decimal): -7698819 or 8226442. OLE color: 8226442.
HSL color Cylindrical-coordinate representation of color #8A867D: hue angle of 41.54º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A867D is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 125 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.46 |
| HSL | 41.54º | 0.05% | 0.52% | - |
| HSV(B) | 41.54º | 0.09% | 0.54% | - |
| XYZ | 22.71 | 23.93 | 22.82 | - |
| YUV | 134.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 125 | 0 | 0.03 | 0.09 | 0.46 | 41.54 | 0.05 | 0.52 |
| Hex | 8A | 86 | 7D | 0 | 3 | 9 | 2E | 2A | 5 | 34 |
| Octal | 212 | 206 | 175 | 0 | 3 | 11 | 56 | 52 | 5 | 64 |
| Binary | 10001010 | 10000110 | 1111101 | 0 | 11 | 1001 | 101110 | 101010 | 101 | 110100 |
Color Harmonies of #8A867D
Complementary color
Monochromatic Colors of #8A867D
Black with #8A867D
Text Example
Text Example
White with #8A867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A867D; }
p { color: rgb(138,134,125); }
H1.HeaderClassName
{
color: #8A867D;
}
.AnyTagClassName
{
color: #8A867D;
}
</style>
background-color css
<style>
a { background-color: #8A867D; }
a { background-color: rgb(138,134,125); }
div.DivClassName
{
background-color: #8A867D;
}
.BgClassName
{
background-color: #8A867D;
}
</style>
border-color css
<style>
span { border-color: #8A867D; }
span { border-color: rgb(138,134,125); }
td.TdClassName
{
border-color: #8A867D;
}
.TagClassName
{
border-color: #8A867D;
}
</style>