#A7A7BE

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

Shades of Logan #A7A7BE

Tints of Logan #A7A7BE

Color information

#A7A7BE (or 0xA7A7BE) is unknown color: approx Logan. HEX triplet: A7, A7 and BE. RGB value is (167,167,190). Sum of RGB (Red+Green+Blue) = 167+167+190=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7A7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A7BE is #585841. Grayscale: #A9A9A9. Windows color (decimal): -5789762 or 12494759. OLE color: 12494759.

HSL color Cylindrical-coordinate representation of color #A7A7BE: hue angle of 240º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7A7BE is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167167190-
CMYK0.120.1200.25
HSL240º15.03%70%-
HSV(B)240º12.11%74.51%-
XYZ39.0539.5754.29-
YUV169.62139.5126.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=31.87%
G=31.87%
B=36.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671671900.120.1200.2524015.0370
HexA7A7BECC019f0f46
Octal247247276141403136017106
Binary101001111010011110111110110011000110011111000011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A7BE; }

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

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

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

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

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

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

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

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