Shades of Logan #A8A7BB
Tints of Logan #A8A7BB
RGB
CMYK
RGB Variations
Color information
#A8A7BB (or 0xA8A7BB) is known color: Logan. HEX triplet: A8, A7 and BB. RGB value is (168,167,187). Sum of RGB (Red+Green+Blue) = 168+167+187=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8A7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A7BB is #575844. Grayscale: #A9A9A9. Windows color (decimal): -5724229 or 12298152. OLE color: 12298152.
HSL color Cylindrical-coordinate representation of color #A8A7BB: hue angle of 243º 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 #A8A7BB is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 167 | 187 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.27 |
| HSL | 243º | 0.13% | 0.69% | - |
| HSV(B) | 243º | 0.11% | 0.73% | - |
| XYZ | 38.94 | 39.55 | 52.6 | - |
| YUV | 169.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 187 | 0.10 | 0.11 | 0 | 0.27 | 243 | 0.13 | 0.69 |
| Hex | A8 | A7 | BB | A | B | 0 | 1B | F3 | D | 45 |
| Octal | 250 | 247 | 273 | 12 | 13 | 0 | 33 | 363 | 15 | 105 |
| Binary | 10101000 | 10100111 | 10111011 | 1010 | 1011 | 0 | 11011 | 11110011 | 1101 | 1000101 |
Color Harmonies of #A8A7BB
Complementary color
Monochromatic Colors of #A8A7BB
Black with #A8A7BB
Text Example
Text Example
White with #A8A7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A7BB; }
p { color: rgb(168,167,187); }
H1.HeaderClassName
{
color: #A8A7BB;
}
.AnyTagClassName
{
color: #A8A7BB;
}
</style>
background-color css
<style>
a { background-color: #A8A7BB; }
a { background-color: rgb(168,167,187); }
div.DivClassName
{
background-color: #A8A7BB;
}
.BgClassName
{
background-color: #A8A7BB;
}
</style>
border-color css
<style>
span { border-color: #A8A7BB; }
span { border-color: rgb(168,167,187); }
td.TdClassName
{
border-color: #A8A7BB;
}
.TagClassName
{
border-color: #A8A7BB;
}
</style>