#A7A7BC

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

Shades of Logan #A7A7BC

Tints of Logan #A7A7BC

Color information

#A7A7BC (or 0xA7A7BC) is unknown color: approx Logan. HEX triplet: A7, A7 and BC. RGB value is (167,167,188). Sum of RGB (Red+Green+Blue) = 167+167+188=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #A7A7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A7BC is #585843. Grayscale: #A9A9A9. Windows color (decimal): -5789764 or 12363687. OLE color: 12363687.

HSL color Cylindrical-coordinate representation of color #A7A7BC: hue angle of 240º 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 #A7A7BC is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167167188-
CMYK0.110.1100.26
HSL240º13.55%69.61%-
HSV(B)240º11.17%73.73%-
XYZ38.8339.4853.15-
YUV169.39138.5126.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.99%
GREEN value IS 167 (65.62% from 255) = 31.99%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=31.99%
G=31.99%
B=36.02%

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
Decimal1671671880.110.1100.2624013.5569.61
HexA7A7BCBB01Af0e46
Octal247247274131303236016106
Binary101001111010011110111100101110110110101111000011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A7BC; }

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

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

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

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

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

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

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

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