Shades of Schist #8E8F7A
Tints of Schist #8E8F7A
RGB
CMYK
RGB Variations
Color information
#8E8F7A (or 0x8E8F7A) is known color: Schist. HEX triplet: 8E, 8F and 7A. RGB value is (142,143,122). Sum of RGB (Red+Green+Blue) = 142+143+122=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 143 - color contains mainly: green. Hex color #8E8F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8F7A is #717085. Grayscale: #8C8C8C. Windows color (decimal): -7434374 or 8032142. OLE color: 8032142.
HSL color Cylindrical-coordinate representation of color #8E8F7A: hue angle of 62.86º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E8F7A is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 143 | 122 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.44 |
| HSL | 62.86º | 0.09% | 0.52% | - |
| HSV(B) | 62.86º | 0.15% | 0.56% | - |
| XYZ | 24.49 | 26.8 | 22.29 | - |
| YUV | 140.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 143 | 122 | 0.01 | 0 | 0.15 | 0.44 | 62.86 | 0.09 | 0.52 |
| Hex | 8E | 8F | 7A | 1 | 0 | F | 2C | 3F | 9 | 34 |
| Octal | 216 | 217 | 172 | 1 | 0 | 17 | 54 | 77 | 11 | 64 |
| Binary | 10001110 | 10001111 | 1111010 | 1 | 0 | 1111 | 101100 | 111111 | 1001 | 110100 |
Color Harmonies of #8E8F7A
Complementary color
Monochromatic Colors of #8E8F7A
Black with #8E8F7A
Text Example
Text Example
White with #8E8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8F7A; }
p { color: rgb(142,143,122); }
H1.HeaderClassName
{
color: #8E8F7A;
}
.AnyTagClassName
{
color: #8E8F7A;
}
</style>
background-color css
<style>
a { background-color: #8E8F7A; }
a { background-color: rgb(142,143,122); }
div.DivClassName
{
background-color: #8E8F7A;
}
.BgClassName
{
background-color: #8E8F7A;
}
</style>
border-color css
<style>
span { border-color: #8E8F7A; }
span { border-color: rgb(142,143,122); }
td.TdClassName
{
border-color: #8E8F7A;
}
.TagClassName
{
border-color: #8E8F7A;
}
</style>