Shades of Logan #A7A7BB
Tints of Logan #A7A7BB
RGB
CMYK
RGB Variations
Color information
#A7A7BB (or 0xA7A7BB) is known color: Logan. HEX triplet: A7, A7 and BB. RGB value is (167,167,187). Sum of RGB (Red+Green+Blue) = 167+167+187=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #A7A7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A7BB is #585844. Grayscale: #A9A9A9. Windows color (decimal): -5789765 or 12298151. OLE color: 12298151.
HSL color Cylindrical-coordinate representation of color #A7A7BB: hue angle of 240º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7A7BB is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 167 | 187 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.27 |
| HSL | 240º | 0.13% | 0.69% | - |
| HSV(B) | 240º | 0.11% | 0.73% | - |
| XYZ | 38.72 | 39.44 | 52.59 | - |
| YUV | 169.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 167 | 187 | 0.11 | 0.11 | 0 | 0.27 | 240 | 0.13 | 0.69 |
| Hex | A7 | A7 | BB | B | B | 0 | 1B | F0 | D | 45 |
| Octal | 247 | 247 | 273 | 13 | 13 | 0 | 33 | 360 | 15 | 105 |
| Binary | 10100111 | 10100111 | 10111011 | 1011 | 1011 | 0 | 11011 | 11110000 | 1101 | 1000101 |
Color Harmonies of #A7A7BB
Complementary color
Monochromatic Colors of #A7A7BB
Black with #A7A7BB
Text Example
Text Example
White with #A7A7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A7BB; }
p { color: rgb(167,167,187); }
H1.HeaderClassName
{
color: #A7A7BB;
}
.AnyTagClassName
{
color: #A7A7BB;
}
</style>
background-color css
<style>
a { background-color: #A7A7BB; }
a { background-color: rgb(167,167,187); }
div.DivClassName
{
background-color: #A7A7BB;
}
.BgClassName
{
background-color: #A7A7BB;
}
</style>
border-color css
<style>
span { border-color: #A7A7BB; }
span { border-color: rgb(167,167,187); }
td.TdClassName
{
border-color: #A7A7BB;
}
.TagClassName
{
border-color: #A7A7BB;
}
</style>