Shades of Grey Suit #8F8AB4
Tints of Grey Suit #8F8AB4
RGB
CMYK
RGB Variations
Color information
#8F8AB4 (or 0x8F8AB4) is known color: Grey Suit. HEX triplet: 8F, 8A and B4. RGB value is (143,138,180). Sum of RGB (Red+Green+Blue) = 143+138+180=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #8F8AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8AB4 is #70754B. Grayscale: #909090. Windows color (decimal): -7370060 or 11831951. OLE color: 11831951.
HSL color Cylindrical-coordinate representation of color #8F8AB4: hue angle of 247.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F8AB4 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 138 | 180 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.29 |
| HSL | 247.14º | 0.22% | 0.62% | - |
| HSV(B) | 247.14º | 0.23% | 0.71% | - |
| XYZ | 28.65 | 27.31 | 46.94 | - |
| YUV | 144.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 180 | 0.21 | 0.23 | 0 | 0.29 | 247.14 | 0.22 | 0.62 |
| Hex | 8F | 8A | B4 | 15 | 17 | 0 | 1D | F7 | 16 | 3E |
| Octal | 217 | 212 | 264 | 25 | 27 | 0 | 35 | 367 | 26 | 76 |
| Binary | 10001111 | 10001010 | 10110100 | 10101 | 10111 | 0 | 11101 | 11110111 | 10110 | 111110 |
Color Harmonies of #8F8AB4
Complementary color
Monochromatic Colors of #8F8AB4
Black with #8F8AB4
Text Example
Text Example
White with #8F8AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8AB4; }
p { color: rgb(143,138,180); }
H1.HeaderClassName
{
color: #8F8AB4;
}
.AnyTagClassName
{
color: #8F8AB4;
}
</style>
background-color css
<style>
a { background-color: #8F8AB4; }
a { background-color: rgb(143,138,180); }
div.DivClassName
{
background-color: #8F8AB4;
}
.BgClassName
{
background-color: #8F8AB4;
}
</style>
border-color css
<style>
span { border-color: #8F8AB4; }
span { border-color: rgb(143,138,180); }
td.TdClassName
{
border-color: #8F8AB4;
}
.TagClassName
{
border-color: #8F8AB4;
}
</style>