Shades of Grey Suit #8B82AD
Tints of Grey Suit #8B82AD
RGB
CMYK
RGB Variations
Color information
#8B82AD (or 0x8B82AD) is known color: Grey Suit. HEX triplet: 8B, 82 and AD. RGB value is (139,130,173). Sum of RGB (Red+Green+Blue) = 139+130+173=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B82AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B82AD is #747D52. Grayscale: #898989. Windows color (decimal): -7634259 or 11371147. OLE color: 11371147.
HSL color Cylindrical-coordinate representation of color #8B82AD: hue angle of 252.56º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B82AD is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 130 | 173 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.32 |
| HSL | 252.56º | 0.21% | 0.59% | - |
| HSV(B) | 252.56º | 0.25% | 0.68% | - |
| XYZ | 26.17 | 24.47 | 42.88 | - |
| YUV | 137.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 173 | 0.20 | 0.25 | 0 | 0.32 | 252.56 | 0.21 | 0.59 |
| Hex | 8B | 82 | AD | 14 | 19 | 0 | 20 | FD | 15 | 3B |
| Octal | 213 | 202 | 255 | 24 | 31 | 0 | 40 | 375 | 25 | 73 |
| Binary | 10001011 | 10000010 | 10101101 | 10100 | 11001 | 0 | 100000 | 11111101 | 10101 | 111011 |
Color Harmonies of #8B82AD
Complementary color
Monochromatic Colors of #8B82AD
Black with #8B82AD
Text Example
Text Example
White with #8B82AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B82AD; }
p { color: rgb(139,130,173); }
H1.HeaderClassName
{
color: #8B82AD;
}
.AnyTagClassName
{
color: #8B82AD;
}
</style>
background-color css
<style>
a { background-color: #8B82AD; }
a { background-color: rgb(139,130,173); }
div.DivClassName
{
background-color: #8B82AD;
}
.BgClassName
{
background-color: #8B82AD;
}
</style>
border-color css
<style>
span { border-color: #8B82AD; }
span { border-color: rgb(139,130,173); }
td.TdClassName
{
border-color: #8B82AD;
}
.TagClassName
{
border-color: #8B82AD;
}
</style>