Shades of Grey Suit #8F8BA3
Tints of Grey Suit #8F8BA3
RGB
CMYK
RGB Variations
Color information
#8F8BA3 (or 0x8F8BA3) is known color: Grey Suit. HEX triplet: 8F, 8B and A3. RGB value is (143,139,163). Sum of RGB (Red+Green+Blue) = 143+139+163=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 163 - color contains mainly: blue. Hex color #8F8BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8BA3 is #70745C. Grayscale: #8E8E8E. Windows color (decimal): -7369821 or 10718095. OLE color: 10718095.
HSL color Cylindrical-coordinate representation of color #8F8BA3: hue angle of 250º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F8BA3 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 139 | 163 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.36 |
| HSL | 250º | 0.12% | 0.59% | - |
| HSV(B) | 250º | 0.15% | 0.64% | - |
| XYZ | 27.17 | 26.95 | 38.42 | - |
| YUV | 142.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 139 | 163 | 0.12 | 0.15 | 0 | 0.36 | 250 | 0.12 | 0.59 |
| Hex | 8F | 8B | A3 | C | F | 0 | 24 | FA | C | 3B |
| Octal | 217 | 213 | 243 | 14 | 17 | 0 | 44 | 372 | 14 | 73 |
| Binary | 10001111 | 10001011 | 10100011 | 1100 | 1111 | 0 | 100100 | 11111010 | 1100 | 111011 |
Color Harmonies of #8F8BA3
Complementary color
Monochromatic Colors of #8F8BA3
Black with #8F8BA3
Text Example
Text Example
White with #8F8BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8BA3; }
p { color: rgb(143,139,163); }
H1.HeaderClassName
{
color: #8F8BA3;
}
.AnyTagClassName
{
color: #8F8BA3;
}
</style>
background-color css
<style>
a { background-color: #8F8BA3; }
a { background-color: rgb(143,139,163); }
div.DivClassName
{
background-color: #8F8BA3;
}
.BgClassName
{
background-color: #8F8BA3;
}
</style>
border-color css
<style>
span { border-color: #8F8BA3; }
span { border-color: rgb(143,139,163); }
td.TdClassName
{
border-color: #8F8BA3;
}
.TagClassName
{
border-color: #8F8BA3;
}
</style>