Shades of Regent Grey #868E90
Tints of Regent Grey #868E90
RGB
CMYK
RGB Variations
Color information
#868E90 (or 0x868E90) is known color: Regent Grey. HEX triplet: 86, 8E and 90. RGB value is (134,142,144). Sum of RGB (Red+Green+Blue) = 134+142+144=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 144 - color contains mainly: blue. Hex color #868E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868E90 is #79716F. Grayscale: #8B8B8B. Windows color (decimal): -7958896 or 9473670. OLE color: 9473670.
HSL color Cylindrical-coordinate representation of color #868E90: hue angle of 192º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #868E90 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 142 | 144 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.44 |
| HSL | 192º | 0.04% | 0.55% | - |
| HSV(B) | 192º | 0.07% | 0.56% | - |
| XYZ | 24.54 | 26.43 | 30.19 | - |
| YUV | 139.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 144 | 0.07 | 0.01 | 0 | 0.44 | 192 | 0.04 | 0.55 |
| Hex | 86 | 8E | 90 | 7 | 1 | 0 | 2C | C0 | 4 | 37 |
| Octal | 206 | 216 | 220 | 7 | 1 | 0 | 54 | 300 | 4 | 67 |
| Binary | 10000110 | 10001110 | 10010000 | 111 | 1 | 0 | 101100 | 11000000 | 100 | 110111 |
Color Harmonies of #868E90
Complementary color
Monochromatic Colors of #868E90
Black with #868E90
Text Example
Text Example
White with #868E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868E90; }
p { color: rgb(134,142,144); }
H1.HeaderClassName
{
color: #868E90;
}
.AnyTagClassName
{
color: #868E90;
}
</style>
background-color css
<style>
a { background-color: #868E90; }
a { background-color: rgb(134,142,144); }
div.DivClassName
{
background-color: #868E90;
}
.BgClassName
{
background-color: #868E90;
}
</style>
border-color css
<style>
span { border-color: #868E90; }
span { border-color: rgb(134,142,144); }
td.TdClassName
{
border-color: #868E90;
}
.TagClassName
{
border-color: #868E90;
}
</style>