#A7A8BC

Color #A7A8BC Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #A7A8BC

Tints of Logan #A7A8BC

Color information

#A7A8BC (or 0xA7A8BC) is unknown color: approx Logan. HEX triplet: A7, A8 and BC. RGB value is (167,168,188). Sum of RGB (Red+Green+Blue) = 167+168+188=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #A7A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8BC is #585743. Grayscale: #A9A9A9. Windows color (decimal): -5789508 or 12363943. OLE color: 12363943.

HSL color Cylindrical-coordinate representation of color #A7A8BC: hue angle of 237.14º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7A8BC is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167168188-
CMYK0.110.1100.26
HSL237.14º13.55%69.61%-
HSV(B)237.14º11.17%73.73%-
XYZ39.0239.8553.21-
YUV169.98138.17125.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 31.93%
GREEN value IS 168 (66.02% from 255) = 32.12%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=31.93%
G=32.12%
B=35.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671681880.110.1100.26237.1413.5569.61
HexA7A8BCBB01Aede46
Octal247250274131303235516106
Binary101001111010100010111100101110110110101110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A8BC; }

 p { color: rgb(167,168,188); }

 H1.HeaderClassName
 {
   color: #A7A8BC;
 }
 .AnyTagClassName
 {
   color: #A7A8BC;
 }
</style>
background-color css

<style>
 a { background-color: #A7A8BC; }

 a { background-color: rgb(167,168,188); }

 div.DivClassName
 {
   background-color: #A7A8BC;
 }
 .BgClassName
 {
   background-color: #A7A8BC;
 }
</style>
border-color css

<style>
 span { border-color: #A7A8BC; }

 span { border-color: rgb(167,168,188); }

 td.TdClassName
 {
   border-color: #A7A8BC;
 }
 .TagClassName
 {
   border-color: #A7A8BC;
 }
</style>